Skip to content

Commit 09776ef

Browse files
committed
looks like I just need to add a new file for 3.12
1 parent 011de47 commit 09776ef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

5_custom_shooting_setup.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@
5454
" f_version = \"\"\n",
5555
"elif sys.version_info < (3, 11):\n",
5656
" f_version = \"_38\"\n",
57+
"elif sys.version_info < (3, 12):\n",
58+
" f_version = \"_311\"\n",
5759
"else:\n",
58-
" f_version = \"_311\""
60+
" f_version = \"_312\""
5961
]
6062
},
6163
{
@@ -441,7 +443,7 @@
441443
"name": "python",
442444
"nbconvert_exporter": "python",
443445
"pygments_lexer": "ipython3",
444-
"version": "3.11.8"
446+
"version": "3.12.8"
445447
},
446448
"toc": {
447449
"base_numbering": 1,

inputs/2_state_toy_312.nc

67.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)