Skip to content

Commit

Permalink
Use new data fetcher management
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed Apr 25, 2024
1 parent 4e83254 commit d7711a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dwi_ml/unit_tests/utils/data_and_models_for_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ def fetch_testing_data():
# Access to the file dwi_ml.zip:
# https://drive.google.com/uc?id=1beRWAorhaINCncttgwqVAP2rNOfx842Q
name_as_dict = {
'data_for_tests_dwi_ml.zip':
['1beRWAorhaINCncttgwqVAP2rNOfx842Q',
'da6c94fbef7ac13029acdb8b94325096']}
'data_for_tests_dwi_ml.zip': "da6c94fbef7ac13029acdb8b94325096"}
fetch_data(name_as_dict)

return testing_data_dir
Expand Down

0 comments on commit d7711a1

Please sign in to comment.