Skip to content

Commit 0b7175d

Browse files
committed
Update to support py311 in ipynb 4
1 parent 11b8503 commit 0b7175d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

4_mstis_sampling_tutorial.ipynb

+3-1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@
224224
" filename = \"./inputs/mstis_bootstrap_py3.nc\"\n",
225225
"elif (3, 8) <= sys.version_info < (3, 11):\n",
226226
" filename = \"./inputs/mstis_bootstrap_py38.nc\"\n",
227+
"elif (3, 11) <= sys.version_info:\n",
228+
" filename = \"./inputs/mstis_bootstrap_py311.nc\"\n",
227229
"else:\n",
228230
" raise RuntimeError(\n",
229231
" \"Uh oh! Looks like we don't have an input file for your Python version: \"\n",
@@ -613,7 +615,7 @@
613615
"name": "python",
614616
"nbconvert_exporter": "python",
615617
"pygments_lexer": "ipython3",
616-
"version": "3.9.13"
618+
"version": "3.11.8"
617619
},
618620
"toc": {
619621
"base_numbering": 1,

inputs/mstis_bootstrap_py311.nc

50.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)