Closed askamenik closed 1 year ago
Hi,
sadly, I don't know this error, but I would like to have a look at it. Could you check which version of numba you have installed, so that I can try to reproduce it?
Best, Franz
Thanks franz, much appreciated! numba 0.43.1
Best, Anna
I ran some tests, and it seems that everything works fine with numba 0.51 or newer, and fails with older versions. Would it be ok for you to update to a newer version?
There is also a numpy version of the grid searching functions, I just never implemented a way to switch between them...
wonderful, upgrading numba did the trick! Thank you for saving the day Franz :)
Thanks for bringing this up, I updated the requirements accordingly.
Note that the CI is currently failing due to a mdtraj/Cython incompatibility. I hope that this will be fixed soon. Meanwhile, if you want to install it, you can install the dependencies manually via conda and then run python setup.py install
Hi guys, I am using cpptraj AmberTools23 and the latest gisttools version and I get the typing error below. Using the example files with the current gisttools version raises the same error. Any Idea how to fix it?
XOXO A
TypingError: Failed in nopython mode pipeline (step: nopython frontend) Failed in nopython mode pipeline (step: nopython frontend) Invalid use of Function() with argument(s) of type(s): (int64, int64, dtype=class(int64))
File "gisttools/grid.py", line 843: def _surrounding_box_edges(shape, delta, origin, center, radius):