We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49772d8 commit 1af5dcfCopy full SHA for 1af5dcf
tests/test_io/test_idxml.py
@@ -107,7 +107,7 @@ def test_write_file_with_pyopenms_objects(self):
107
assert sha == expected_sha
108
109
def test_write_file_without_pyopenms_objects(self):
110
- expected_sha = "3b227edf1649021a01feb706e3b3effb939d4fdeccb4cd7111be30bb2e6280e7"
+ expected_sha = "148889926276fbe391e23ed7952c3a8410fc67ffb099bbf1a72df75f8d727ccd" #TODO: can cause problems locally depending on dependency versions
111
reader = SageTSVReader("./tests/test_data/results.sage.tsv")
112
psm_list = reader.read_file()
113
writer = IdXMLWriter("./tests/test_data/test_out_sage.idXML")
0 commit comments