Skip to content

Update eqe_parser.py: Fix for deprecated scipy function.

Fabian Schöppach requested to merge g-fabschoep-develop-patch-32032 into develop

Stumbled upon the following warning: DeprecationWarning: 'scipy.integrate.cumtrapz' is deprecated in favour of 'scipy.integrate.cumulative_trapezoid' and will be removed in SciPy 1.14.0

Merge request reports