Skip to content

Commit

Permalink
Removed print statement loop from test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Mattson committed Nov 21, 2024
1 parent 393d9f8 commit ff1e8f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_correctness_pairwise_compare_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"data"
).resolve(strict=True)

for file in data_dir.iterdir():
if file.is_file():
print(file)

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

plate4df["Metadata_siRNA"] = plate4df["Metadata_siRNA"].fillna("No siRNA")
Expand Down

0 comments on commit ff1e8f9

Please sign in to comment.