Skip to content

Commit

Permalink
ready to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Jun 5, 2024
1 parent e6960fe commit 2aa1a31
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"compiled_functions.ipynb",
"Pseudo arc-length continuation*",
"torch_and_heyoka*",
"differentiable_atm*"
"differentiable_atm*",
"thermoNETs*"
]

latex_engine = "xelatex"
Expand Down
1 change: 1 addition & 0 deletions doc/examples_ml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ Machine Learning
notebooks/torch_and_heyoka
notebooks/NeuralODEs
notebooks/NeuralHamiltonianODEs
notebooks/thermoNETs
notebooks/differentiable_atmosphere
24 changes: 12 additions & 12 deletions doc/notebooks/thermoNETs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 7,
"id": "48435223",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -300,7 +300,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 8,
"id": "f61f091e",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -333,7 +333,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 9,
"id": "b4978d61",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -374,7 +374,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 10,
"id": "5da33fa9",
"metadata": {},
"outputs": [],
Expand All @@ -389,7 +389,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 11,
"id": "d1e55951",
"metadata": {},
"outputs": [],
Expand All @@ -413,7 +413,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 12,
"id": "b1e578d3",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -449,15 +449,15 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 13,
"id": "6b1c6288",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.027233123779296875 to build the integrator\n"
"0.43875622749328613 to build the integrator\n"
]
}
],
Expand All @@ -481,15 +481,15 @@
},
{
"cell_type": "code",
"execution_count": 32,
"execution_count": 14,
"id": "22dc24ce",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.7588059902191162 to propagate for 60 days\n"
"0.7502858638763428 to propagate for 60 days\n"
]
}
],
Expand All @@ -511,7 +511,7 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 15,
"id": "638817fa",
"metadata": {},
"outputs": [
Expand All @@ -521,7 +521,7 @@
"Text(0.5, 0, 'Days')"
]
},
"execution_count": 36,
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
},
Expand Down

0 comments on commit 2aa1a31

Please sign in to comment.