We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d67a115 + 1ef6132 commit 14c8b34Copy full SHA for 14c8b34
setup.py
@@ -15,7 +15,7 @@
15
16
REQUIRED = [
17
"numpy<2",
18
- "scipy",
+ "scipy>=1.6.0",
19
"matplotlib",
20
"scikit-learn",
21
"xarray",
tutorials/tutorial2/tutorial-2-adv-dmd.ipynb
@@ -270,7 +270,7 @@
270
}
271
],
272
"source": [
273
- "compute_integral = scipy.integrate.trapz\n",
+ "compute_integral = scipy.integrate.trapezoid\n",
274
"\n",
275
"original_int = [\n",
276
" compute_integral(compute_integral(snapshot)).real for snapshot in snapshots\n",
0 commit comments