-
Notifications
You must be signed in to change notification settings - Fork 32
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
test failures when using numpy==1.17.5 #2581
Comments
This is mostly for documentation purposes, I think we should bump minimum requirements until the tests pass. |
same failures with 1.18.5 |
tests pass with numpy==1.19.5 |
jvesely
added a commit
to jvesely/PsyNeuLink
that referenced
this issue
Jan 14, 2023
Calling gcd on list comprehension fails on <1.19.0 Closes: PrincetonUniversity#2581 Signed-off-by: Jan Vesely <[email protected]>
numpy==1.19.0 pass |
jvesely
added a commit
that referenced
this issue
Jan 14, 2023
Calling gcd on list comprehension fails on <1.19.0 Closes: #2581 Signed-off-by: Jan Vesely <[email protected]>
this was addressed in c1592c1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pnl sets minimum numpy requirements as >=1.17.0, but the test suite fails with 18 errors:
the backtrace is similar:
The text was updated successfully, but these errors were encountered: