Skip to content

Commit

Permalink
Remove forgotten print
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Aug 28, 2024
1 parent 802c8b0 commit 5999d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/meteor.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@ def main() -> None: # pragma: no cover
merging.execute()
# Testing
else:
tmpdirname = mkd
with TemporaryDirectory() as tmpdirname:
meteor.ref_name = "test"
meteor.ref_dir = Path(tmpdirname) / "ref"
Expand All @@ -850,7 +851,6 @@ def main() -> None: # pragma: no cover
)
counter.execute()
meteor.mapped_sample_dir = meteor.mapping_dir / "test"
print(meteor.mapped_sample_dir)
meteor.strain_dir = Path(tmpdirname) / "strain"
strain_detector = Strain(meteor, 100, 2, 2, 0.2, 1, 1, 0.2, 10, False)
strain_detector.execute()
Expand Down

0 comments on commit 5999d27

Please sign in to comment.