Skip to content

Commit 71e1afc

Browse files
committed
updates on flow modeling
1 parent efec901 commit 71e1afc

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

examples/example_7_flow_2d_pinn_on_XCT.ipynb

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,19 @@
3636
},
3737
{
3838
"cell_type": "code",
39-
"execution_count": 56,
39+
"execution_count": 58,
4040
"id": "1a7cff2d-f2ab-41a5-a5cf-402c6e32c54a",
4141
"metadata": {},
42-
"outputs": [],
42+
"outputs": [
43+
{
44+
"name": "stdout",
45+
"output_type": "stream",
46+
"text": [
47+
"The autoreload extension is already loaded. To reload it, use:\n",
48+
" %reload_ext autoreload\n"
49+
]
50+
}
51+
],
4352
"source": [
4453
"import os\n",
4554
"import sys\n",
@@ -49,8 +58,8 @@
4958
"import jax.numpy as jnp\n",
5059
"from jax import random, jit, grad, vmap\n",
5160
"import optax\n",
52-
"# %load_ext autoreload\n",
53-
"# %autoreload 2\n",
61+
"%load_ext autoreload\n",
62+
"%autoreload 2\n",
5463
"\n",
5564
"# import functions\n",
5665
"current_directory = os.getcwd() # current directory\n",

0 commit comments

Comments
 (0)