Skip to content

Commit

Permalink
Added dataset and modified github actions workflow,
Browse files Browse the repository at this point in the history
and tests to use added dataset.
  • Loading branch information
Cameron Mattson committed Nov 21, 2024
1 parent 66425a1 commit 65414f4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
steps:
- name: Checkout code with submodules
uses: actions/checkout@v4
with:
submodules: true

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
Binary file added data/Plate_4_bulk_feature_selected.parquet
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_correctness_pairwise_compare_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Paths to original nuclear speckle data
data_dir = pathlib.Path(
"data/nf1_schwann_cell_painting_data/3.processing_features/data/bulk_profiles"
"data"
).resolve(strict=True)

for file in data_dir.iterdir():
Expand Down
2 changes: 1 addition & 1 deletion tests/test_fault_injections_compare_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Paths to original nuclear speckle data
data_dir = pathlib.Path(
"data/nf1_schwann_cell_painting_data/3.processing_features/data/bulk_profiles"
"data"
).resolve(strict=True)

plate4df = pd.read_parquet(data_dir / "Plate_4_bulk_feature_selected.parquet")
Expand Down

0 comments on commit 65414f4

Please sign in to comment.