Skip to content

Commit

Permalink
fix data_test stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 28, 2024
1 parent 6eb0f4f commit 76216f0
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 152 deletions.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def download_data_test_zip(directory):
check_local_first=True,
check_hash=True,
hash_type='MD5',
# hash_hex=r'd7662fcbaa44b4d0ebcf86bbdc6daa66',
hash_hex=r'fcd17f02d3817da53a9f538e8119fc15',
mkdir=True,
allow_overwrite=True,
write_mode='wb',
Expand Down
20 changes: 20 additions & 0 deletions notebooks/interactive_pipeline_basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,26 @@
" print(f\"run_data equality check finished successfully\")"
]
},
{
"cell_type": "code",
"execution_count": 27,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'fcd17f02d3817da53a9f538e8119fc15'"
]
},
"execution_count": 27,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"fr.helpers.hash_file(path='/media/rich/bigSSD/downloads_tmp/data_test.zip')"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Binary file modified tests/data_test.zip
Binary file not shown.
Binary file removed tests/data_test/inputs/ROIs.h5
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed tests/data_test/outputs/analysis_files/ROIs.h5
Binary file not shown.
Binary file removed tests/data_test/outputs/analysis_files/TCA.h5
Binary file not shown.
Binary file not shown.
83 changes: 0 additions & 83 deletions tests/data_test/outputs/config.yaml

This file was deleted.

67 changes: 0 additions & 67 deletions tests/data_test/outputs/run_info.json

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def test_python_version(
look_for_verion_in_environmentYaml=True,
filename_environmentYaml='environment_GPU.yml',
filename_environmentYaml='environment.yml',
fallback_version=3.11,
verbose=1,
):
Expand Down

0 comments on commit 76216f0

Please sign in to comment.