Skip to content

Commit

Permalink
fix alphadia test
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Nov 25, 2024
1 parent 8edbc75 commit e053cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_psm_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def test_alphadia_reader() -> None:
reader = AlphaDiaReaderTsv()
reader.import_file(input_data)

_assert_reference_df_equal(reader.psm_df, "alphadia")
_assert_reference_df_equal(reader.psm_df, "alphadia", loose_check=True)


def test_diann_speclib_reader() -> None:
Expand Down

0 comments on commit e053cc3

Please sign in to comment.