Skip to content

Commit 8622806

Browse files
authored
Merge pull request #98 from kessido/master
Fixed typo. Repeat of same example twice.
2 parents eb6da97 + 9220aaa commit 8622806

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nbs/01_foundation.ipynb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,10 +1845,6 @@
18451845
"metadata": {},
18461846
"outputs": [],
18471847
"source": [
1848-
"arr = np.arange(9).reshape(3,3)\n",
1849-
"t = L(arr, use_list=None)\n",
1850-
"test_eq(t[1,2], arr[[1,2]])\n",
1851-
"\n",
18521848
"arr = np.arange(9).reshape(3,3)\n",
18531849
"t = L(arr, use_list=None)\n",
18541850
"test_eq(t[1,2], arr[[1,2]])\n",

0 commit comments

Comments
 (0)