Skip to content

Commit

Permalink
🚚 moved data to remote location
Browse files Browse the repository at this point in the history
  • Loading branch information
cemachelen committed Jul 26, 2022
1 parent 0d96795 commit 1b233c2
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PINNs_1DHeatEquationExample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.7.10"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion PINNs_1DHeatEquation_nonML.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.7.10"
}
},
"nbformat": 4,
Expand Down
40 changes: 39 additions & 1 deletion PINNs_NavierStokes_HFM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,44 @@
"</div>"
]
},
{
"cell_type": "markdown",
"id": "d2fa6010",
"metadata": {},
"source": [
"<div style=\"background-color: #cce5ff; padding: 10px;\">\n",
" \n",
"# If you have not already downloaded the data required the following cell will download the additional data for you \n",
" \n",
"may take a minute or two depending on your internet speed\n",
" \n",
"</div>"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "1aafe7d0",
"metadata": {},
"outputs": [],
"source": [
"%%bash\n",
"\n",
"if [ ! -e Data/Stenosis2D.mat ];\n",
" then\n",
" echo 'grabbing addtional data'\n",
" wget https://gitlab.com/CEMACHELEN1/lifd_ml_large_file_store/-/archive/main/lifd_ml_large_file_store-main.zip\n",
" mv lifd_ml_large_file_store-main.zip Data\n",
" cd Data\n",
" unzip lifd_ml_large_file_store-main.zip\n",
" rm -f lifd_ml_large_file_store-main.zip\n",
" cd ../\n",
" mv Data/lifd_ml_large_file_store-main/Physics_Informed_Neural_Networks/Data/Stenosis2D.mat Data/\n",
" rm -rf Data/lifd_ml_large_file_store-main\n",
" ls Data\n",
"fi"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -937,7 +975,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.7.10"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion PINNs_NavierStokes_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.7.10"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 1b233c2

Please sign in to comment.