You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Amanda, I've got some notes on what I'm seeing here:
This seems to be causing failures for me, both in CI and locally, for some of the SciPy tests. Oddly, it seems to behave differently for Python 3.10 and 3.11.
Here is what I'm seeing (output truncated):
Python 3.11
I am inclined to believe that this is a dependency versioning issue, but it doesn't make a lot of sense to me and I'm not quite sure how to proceed from here (edited)
The text was updated successfully, but these errors were encountered:
I researched this a bit and the problem is that the power_divergence function in scipy underwent a non-trivial refactor in scipy 1.14.0. We would need to refactor that function to match the new one. In the new version, sometimes a p-values of nan becomes a value of 0.
Hi Amanda, I've got some notes on what I'm seeing here:
This seems to be causing failures for me, both in CI and locally, for some of the SciPy tests. Oddly, it seems to behave differently for Python 3.10 and 3.11.
Here is what I'm seeing (output truncated):
Python 3.11
Python 3.10
I am inclined to believe that this is a dependency versioning issue, but it doesn't make a lot of sense to me and I'm not quite sure how to proceed from here (edited)
The text was updated successfully, but these errors were encountered: