updated test data links

This commit is contained in:
NT 2021-08-20 11:27:43 +02:00
parent e0271ecb9a
commit fed4154235
2 changed files with 3 additions and 3 deletions

View File

@ -847,7 +847,7 @@
"source": [ "source": [
"if not os.path.isfile('data-airfoils-test.npz'):\n", "if not os.path.isfile('data-airfoils-test.npz'):\n",
" import urllib.request\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", " print(\"Downloading test data, this should be fast...\")\n",
" urllib.request.urlretrieve(url, 'data-airfoils-test.npz')\n", " urllib.request.urlretrieve(url, 'data-airfoils-test.npz')\n",
"\n", "\n",
@ -1149,4 +1149,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 0 "nbformat_minor": 0
} }

View File

@ -748,7 +748,7 @@
"source": [ "source": [
"if not os.path.isfile('data-airfoils-test.npz'):\n", "if not os.path.isfile('data-airfoils-test.npz'):\n",
" import urllib.request\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", " print(\"Downloading test data, this should be fast...\")\n",
" urllib.request.urlretrieve(url, 'data-airfoils-test.npz')\n", " urllib.request.urlretrieve(url, 'data-airfoils-test.npz')\n",
"\n", "\n",