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
Describe the bug
LimePy does not work, because it uses SciPi features that no longer exist.
To Reproduce
Try to import amuse.ic.limepy.
Expected behavior
I expect LimePy to become available.
Logs
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/lourens/.miniconda3/envs/amuse-dev/lib/python3.12/site-packages/amuse/ic/limepy.py", line 7, in <module>
from ._limepy import limepy, sample
File "/home/lourens/.miniconda3/envs/amuse-dev/lib/python3.12/site-packages/amuse/ic/_limepy/__init__.py", line 7, in <module>
from .limepy import limepy
File "/home/lourens/.miniconda3/envs/amuse-dev/lib/python3.12/site-packages/amuse/ic/_limepy/limepy.py", line 8, in <module>
from scipy.integrate import ode, simps, quad
ImportError: cannot import name 'simps' from 'scipy.integrate' (/home/lourens/.miniconda3/envs/amuse-dev/lib/python3.12/site-packages/scipy/integrate/__init__.py). Did you mean: 'simpson'?
Environment (please complete the following information):
Unfortunately, this isn't the only problem. There's also scipy.random , and that doesn't have a clear replacement IIRC. I looked at this at some point in the past, it'll require some work to get this working again.
Describe the bug
LimePy does not work, because it uses SciPi features that no longer exist.
To Reproduce
Try to import
amuse.ic.limepy
.Expected behavior
I expect LimePy to become available.
Logs
Environment (please complete the following information):
Additional context
See also #758.
The text was updated successfully, but these errors were encountered: