Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Nov 29, 2023
1 parent e8735ea commit 96c0482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parse-outputs/test_parse_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ def test_parse_outputs(self):
for algo in algorithms:
test_file = INDIR + f"{algo}-raw-pathway.txt"
out_file = OUTDIR + f"{algo}-pathway.txt"

runner.parse_output(algo, test_file, out_file)
assert filecmp.cmp(OUTDIR +f"{algo}-pathway.txt", EXPDIR + f"{algo}-pathway-expected.txt", shallow=False)

0 comments on commit 96c0482

Please sign in to comment.