desy-ml / cheetah

Fast and differentiable particle accelerator optics simulation for reinforcement learning and optimisation applications.
https://cheetah-accelerator.readthedocs.io
GNU General Public License v3.0
32 stars 13 forks source link

Tests failing with `scipy.integrate.simps` because of `scipy==1.14.0` update #193

Closed jank324 closed 3 months ago

jank324 commented 3 months ago

Scipy released a new version which renamed simps to simpson. This causes Ocelot to fail. Cheetah itself is fine.

jank324 commented 3 months ago

@cr-xu on Python 3.9 with the old scipy version but Ocelot master, everything works. So moving to Ocelot 24.... does not break things.

jank324 commented 3 months ago

But it seems that Ocelot 24.3.x still uses simps.