Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PPPM Not working #20

Open
lucianogsilvestri opened this issue Feb 7, 2021 · 0 comments
Open

PPPM Not working #20

lucianogsilvestri opened this issue Feb 7, 2021 · 0 comments

Comments

@lucianogsilvestri
Copy link
Collaborator

lucianogsilvestri commented Feb 7, 2021

While testing PPPM examples on Windows machine, I encurred in this error

TypingError: Failed in nopython mode pipeline (step: nopython frontend)
Invalid use of BoundFunction(array.reshape for array(int32, 1d, C)) with parameters (Tuple(Literal[int](1), int32))

During: resolving callee type: BoundFunction(array.reshape for array(int32, 1d, C))
During: typing of call at c:\users\elplu\documents\github\sarkas\sarkas\potentials\force_pm.py (76)


File "..\github\sarkas\sarkas\potentials\force_pm.py", line 76:
def force_optimized_green_function(box_lengths, mesh_sizes, aliases, p, constants):
    <source elided>

    nx_v = np.arange(mesh_sizes[0]).reshape((1, mesh_sizes[0]))

Numba version is 0.51.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant