Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli committed Sep 8, 2023
1 parent c4ff999 commit bb98698
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions modules/transforms_demo_2d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,14 @@
],
"source": [
"resource = (\n",
" \"https://warwick.ac.uk/fac/sci/dcs/research/tia/\"\n",
" + \"glascontest/download/warwick_qu_dataset_released_2016_07_08.zip\"\n",
" \"https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/\"\n",
" + \"warwick_qu_dataset_released_2016_07_08.zip\"\n",
")\n",
"# original source:\n",
"# resource = (\n",
"# \"https://warwick.ac.uk/fac/sci/dcs/research/tia/\"\n",
"# + \"glascontest/download/warwick_qu_dataset_released_2016_07_08.zip\"\n",
"# )\n",
"md5 = None\n",
"\n",
"compressed_file = os.path.join(root_dir, \"warwick_qu_dataset_released_2016_07_08.zip\")\n",
Expand Down Expand Up @@ -436,7 +441,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.9.16"
}
},
"nbformat": 4,
Expand Down

0 comments on commit bb98698

Please sign in to comment.