jepegit / cellpy

extract and tweak data from electrochemical tests of cells
MIT License
85 stars 31 forks source link

scipy.integrate.simps renamed #316

Closed juliawind closed 2 months ago

juliawind commented 2 months ago

Ran into an issue when trying to use the ica module in my recently created conda environment: cannot import name 'simps' from 'scipy.integrate'

Cause: integrate.simps from SciPy was renamed to integrate.simpson. Using integrate.simps is possible for scipy versions <1.11.0, but does not work anymore for newer versions.

Fix: Should be an easy fix in cellpy.utils.ica