Skip to content

Commit

Permalink
Let's try again! This time it should work
Browse files Browse the repository at this point in the history
  • Loading branch information
sghelichkhani committed Sep 14, 2023
1 parent 3268a2a commit 7fb9b92
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions 10-GD-2D-Adjoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@
"outputs": [],
"source": [
"# Download the mesh\n",
"import gdown\n",
"url = \"https://drive.google.com/file/d/1HyIgccibrbQgJ1lr3SzogXNArQjE6Z7X/view?usp=sharing\"\n",
"gdown.download(url, 'mesh.h5', quiet=False)"
"!gdown --id \"1HyIgccibrbQgJ1lr3SzogXNArQjE6Z7X\""
]
},
{
Expand Down Expand Up @@ -285,8 +283,7 @@
"outputs": [],
"source": [
"# Download the reference velocities\n",
"url = \"https://drive.google.com/file/d/1Nstr1XcGmceL9arItBR5nFde-nXXAyFG/view?usp=share_link\"\n",
"gdown.download(url, 'Checkpoint_State.h5', quiet=False)"
"!gdown --id \"1Nstr1XcGmceL9arItBR5nFde-nXXAyFG\""
]
},
{
Expand Down

0 comments on commit 7fb9b92

Please sign in to comment.