updated test data links
This commit is contained in:
@@ -847,7 +847,7 @@
|
||||
"source": [
|
||||
"if not os.path.isfile('data-airfoils-test.npz'):\n",
|
||||
" import urllib.request\n",
|
||||
" url=\"https://ge.in.tum.de/download/2019-deepFlowPred/data_test.npz\"\n",
|
||||
" url=\"https://physicsbaseddeeplearning.org/data/data_test.npz\"\n",
|
||||
" print(\"Downloading test data, this should be fast...\")\n",
|
||||
" urllib.request.urlretrieve(url, 'data-airfoils-test.npz')\n",
|
||||
"\n",
|
||||
@@ -1149,4 +1149,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -748,7 +748,7 @@
|
||||
"source": [
|
||||
"if not os.path.isfile('data-airfoils-test.npz'):\n",
|
||||
" import urllib.request\n",
|
||||
" url=\"https://ge.in.tum.de/download/2019-deepFlowPred/data_test.npz\"\n",
|
||||
" url=\"https://physicsbaseddeeplearning.org/data/data_test.npz\"\n",
|
||||
" print(\"Downloading test data, this should be fast...\")\n",
|
||||
" urllib.request.urlretrieve(url, 'data-airfoils-test.npz')\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user