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 team,
I'm getting a new error with numpy 2.1.0 and python 3.12.4, which does not occur with numpy 1.24.1 and python 3.11.4.
When using DiffusionAnalyzer. I get this output for code which would normally work.
AttributeError: module 'numpy' has no attribute 'product'
I think this is probably an incompatibility with the new numpy.
All the best
Sam
The text was updated successfully, but these errors were encountered:
As you can see, I have a PR that will fix this. Once this is merged, you can pip install from GitHub (pip install git+https://github.com/bjmorgan/kinisi.git) or simply downgrade NumPy.
I don't want to make a 1.1.1 release until other features have been added (and when it is a problem caused by NumPy and not a kinisi bug).
Hi team,
I'm getting a new error with
numpy 2.1.0
andpython 3.12.4
, which does not occur withnumpy 1.24.1
andpython 3.11.4
.When using DiffusionAnalyzer. I get this output for code which would normally work.
AttributeError: module 'numpy' has no attribute 'product'
I think this is probably an incompatibility with the new numpy.
All the best
Sam
The text was updated successfully, but these errors were encountered: