Skip to content

Commit

Permalink
Update test file link
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Feb 1, 2022
1 parent 5a1bc99 commit c248e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AxonDeepSeg/download_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def download_tests(destination=None):
destination = convert_path(destination)
test_files_destination = destination / "__test_files__"

url_tests = "https://github.com/axondeepseg/data-testing/archive/refs/tags/r20220125.zip"
url_tests = "https://github.com/axondeepseg/data-testing/archive/refs/tags/r20220201.zip"
files_before = list(Path.cwd().iterdir())

if (
Expand Down

0 comments on commit c248e73

Please sign in to comment.