Skip to content

Commit 0d6bef1

Browse files
committed
missing numpy import
1 parent 8d8d217 commit 0d6bef1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notebooks/send-vs-send.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
}
249249
],
250250
"source": [
251+
"import numpy as np\n",
251252
"results = []\n",
252253
"\n",
253254
"from tqdm.notebook import tqdm\n",
@@ -279,8 +280,6 @@
279280
"import pandas as pd\n",
280281
"import altair as alt\n",
281282
"\n",
282-
"# results = rc[0][\"results\"]\n",
283-
"\n",
284283
"df = pd.DataFrame(results)"
285284
]
286285
},

0 commit comments

Comments
 (0)