Update eqe_parser.py: Fix for deprecated scipy function.

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

Loading