Skip to content

Commit

Permalink
adjust download path
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarcsj committed Oct 16, 2024
1 parent 27dae16 commit 2d89efb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"import alphabase\n",
"import alphabase.test_data_downloader\n",
"\n",
"alphabase.test_data_downloader.DataShareDownloader(url=\"https://datashare.biochem.mpg.de/s/VJm70w0p2P86tE1\", output_dir=\"test_data/system_tests\").download()"
"alphabase.test_data_downloader.DataShareDownloader(url=\"https://datashare.biochem.mpg.de/s/VJm70w0p2P86tE1\", output_dir=\"../test_data/system_tests\").download()"
]
},
{
Expand Down

0 comments on commit 2d89efb

Please sign in to comment.