Closed ijbd closed 4 weeks ago
I made the code modifications, but I'm unable to open a pull request (git push is giving me a permission denied error). Do you know if any repository settings need to be changed?
Hi @ijbd, thanks for reviewing and for the feedback! numpy
v2 wasn't around yet when we were writing this, so there may be other things that break with it. If that ends up being the case, may be best to manually install numpy
v1.26.4 into the environment (and i can update the dependency to reflect that).
I think you should be able to fork the repo into your account, push to that, and open a PR from there. But I'm also happy to make the code changes as needed. Heads up that I'm traveling for the next week or so and may be slow to respond, but will do my best to keep you unblocked from your review!
Thanks, @thurber! I am squeezing in time after work, so I apologize for the inconsistent review pace. I opened a PR that ran successfully with the unit tests provided. Is that enough to conclude that numpy 2.0 will be compatible with the rest of the code?
I believe so, thanks for doing that!
Resolved with #3
OS / Windows 11 Python / 3.11.5 wmpy-power / 1.0.1 numpy / 2.1.1
I was able to complete the installation steps, but I receive the following output from running the first cell in
tutorial.ipynb
: