Skip to content

Commit

Permalink
fixed ubuntu specific test case bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilferrit committed Aug 8, 2024
1 parent 1aebc64 commit 81a3267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def test_evaluate(
assert model_file.is_file()

# Test evaluation with annotated peak file
result_file = tmp_path / "result.mzTab"
result_file = tmp_path / "result.mztab"
with ModelRunner(config, model_filename=str(model_file)) as runner:
runner.predict([mgf_small], result_file, evaluate=True)

Expand Down

0 comments on commit 81a3267

Please sign in to comment.