Skip to content

Commit 7e7ad2a

Browse files
committed
update scipy import
1 parent 7b77999 commit 7e7ad2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/first-order/current_source_density.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"name": "stderr",
9191
"output_type": "stream",
9292
"text": [
93-
"A newer version (0.62.2) of dandi/dandi-cli is available. You are using 0.61.2\n"
93+
"A newer version (0.67.2) of dandi/dandi-cli is available. You are using 0.61.2\n"
9494
]
9595
},
9696
{
@@ -147,7 +147,7 @@
147147
"name": "stdout",
148148
"output_type": "stream",
149149
"text": [
150-
"probe_0_lfp_data pynwb.ecephys.ElectricalSeries at 0x2487231205424\n",
150+
"probe_0_lfp_data pynwb.ecephys.ElectricalSeries at 0x1711688555280\n",
151151
"Fields:\n",
152152
" comments: no comments\n",
153153
" conversion: 1.0\n",

docs/first-order/test_unit_responses.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"import numpy as np\n",
5454
"\n",
5555
"from scipy.ndimage import convolve1d\n",
56-
"from scipy.signal import exponential\n",
56+
"from scipy.signal.windows import exponential\n",
5757
"\n",
5858
"%matplotlib inline"
5959
]

0 commit comments

Comments
 (0)