Replies: 4 comments 1 reply
-
@ntjohnson1 I get even more errors when I use #373. |
Beta Was this translation helpful? Give feedback.
-
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). |
Beta Was this translation helpful? Give feedback.
-
I'm already using numpy 1.26.4. |
Beta Was this translation helpful? Give feedback.
-
Updating to 2.2.1 did the trick. Thanks! |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions