Skip to content

Commit a3c90a8

Browse files
committed
fix test
1 parent a0ffcd4 commit a3c90a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nbs/02_utils.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
{
295295
"data": {
296296
"text/plain": [
297-
"<__main__._t at 0x7f393914e100>"
297+
"<__main__._t at 0x7f4a534e8730>"
298298
]
299299
},
300300
"execution_count": null,
@@ -2169,7 +2169,7 @@
21692169
{
21702170
"data": {
21712171
"text/plain": [
2172-
"['b', 'd', 'f', 'e', 'g', 'a', 'h', 'c']"
2172+
"['b', 'f', 'c', 'a', 'g', 'h', 'd', 'e']"
21732173
]
21742174
},
21752175
"execution_count": null,
@@ -2708,9 +2708,9 @@
27082708
"metadata": {},
27092709
"outputs": [],
27102710
"source": [
2711-
"test_eq(mapped(_f,1),2)\n",
2712-
"test_eq(mapped(_f,[1,2]),[2,3])\n",
2713-
"test_eq(mapped(_f,(1,)),(2,))"
2711+
"test_eq(mapped(_f,1),0)\n",
2712+
"test_eq(mapped(_f,[1,2]),[0,1])\n",
2713+
"test_eq(mapped(_f,(1,)),(0,))"
27142714
]
27152715
},
27162716
{

0 commit comments

Comments
 (0)