Skip to content

Commit c4e688d

Browse files
committed
fixed following pysan update
1 parent 6ae3b17 commit c4e688d

18 files changed

+1020
-376
lines changed

21_measures.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
"#export\n",
428428
"from datetime import timedelta\n",
429429
"import numpy as np\n",
430-
"from pysan.core.spells import get_spells\n",
430+
"from pysan.spells import get_spells\n",
431431
"\n",
432432
"def inactive_day_streak_variance(player_bets):\n",
433433
" \n",
@@ -456,7 +456,7 @@
456456
"#export\n",
457457
"from datetime import timedelta\n",
458458
"import numpy as np\n",
459-
"from pysan.core.spells import get_spells\n",
459+
"from pysan.spells import get_spells\n",
460460
"\n",
461461
"def persistence(player_bets):\n",
462462
" \n",
@@ -1577,7 +1577,7 @@
15771577
],
15781578
"metadata": {
15791579
"kernelspec": {
1580-
"display_name": "Python 3",
1580+
"display_name": "Python 3 (ipykernel)",
15811581
"language": "python",
15821582
"name": "python3"
15831583
},
@@ -1591,7 +1591,7 @@
15911591
"name": "python",
15921592
"nbconvert_exporter": "python",
15931593
"pygments_lexer": "ipython3",
1594-
"version": "3.9.6"
1594+
"version": "3.9.7"
15951595
}
15961596
},
15971597
"nbformat": 4,

0 commit comments

Comments
 (0)