Replies: 4 comments 1 reply
|
@ntjohnson1 I get even more errors when I use #373. |
0 replies
|
It looks to me like there was a recent Numpy update, since my PR for #373 passed all the tests. If it's blocking your progress you should be able to use a slightly older version of numpy (<2.2.1 should be fine if my hypothesis is correct). |
0 replies
|
I'm already using numpy 1.26.4. |
1 reply
|
Updating to 2.2.1 did the trick. Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I have a local copy of the main branch. When I run pytest, I get a bunch of errors. I don't know if it's something with my local version or the code itself. I'm trying to make my own changes and run the tests, but then I see these failures that I don't think are caused by me. Even without my changes, the tests are failing. Is this expected? Are there just a subset of tests that I should be focusing on?
All reactions