Skip to content

Commit

Permalink
fix --test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed May 8, 2024
1 parent 6fad487 commit 1cc5352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isoquant.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ def _check_log():
with open('isoquant_test/isoquant.log', 'r') as f:
log = f.read()

correct_results = ['total assignments 4', 'polyA tail detected in 2', 'unique: 1', 'known: 2', 'Processed 1 sample']
correct_results = ['total assignments 4', 'polyA tail detected in 2', 'unique: 1', 'known: 2', 'Processed 1 experiment']
return all([result in log for result in correct_results])


Expand Down

0 comments on commit 1cc5352

Please # to comment.