Skip to content

Commit

Permalink
fix(tests): update s3 JUMP paths for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Mar 8, 2024
1 parent d4c9fe2 commit 511c2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cyto_utils/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ def fixture_metadata_input_file_s3() -> str:
"""
Provide a metadata input file for cell_locations test data
"""
return "s3://cellpainting-gallery/test-cpg0016-jump/source_4/workspace/load_data_csv/2021_08_23_Batch12/BR00126114/test_BR00126114_load_data_with_illum.parquet"
return "s3://cellpainting-gallery/cpg0016-jump/source_4/workspace/load_data_csv/2021_08_23_Batch12/BR00126114/load_data_with_illum.parquet"


@pytest.fixture(name="single_cell_input_file_s3")
def fixture_single_cell_input_file_s3() -> str:
"""
Provide a single cell input file for cell_locations test data
"""
return "s3://cellpainting-gallery/test-cpg0016-jump/source_4/workspace/backend/2021_08_23_Batch12/BR00126114/test_BR00126114.sqlite"
return "s3://cellpainting-gallery/cpg0016-jump/source_4/workspace/backend/2021_08_23_Batch12/BR00126114/BR00126114.sqlite"


@pytest.fixture(name="metadata_input_dataframe")
Expand Down

0 comments on commit 511c2b1

Please sign in to comment.