From 0f75ebb12efcc0e81be9208fe638a2a8319729f6 Mon Sep 17 00:00:00 2001 From: mschwoerer <82171591+mschwoer@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:19:58 +0100 Subject: [PATCH] fix tests --- tests/integration/test_psm_readers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_psm_readers.py b/tests/integration/test_psm_readers.py index 46e98ff4..b8b3c7f6 100644 --- a/tests/integration/test_psm_readers.py +++ b/tests/integration/test_psm_readers.py @@ -217,7 +217,7 @@ def _assert_reference_df_equal( if out_file_path.exists(): expected_df = pd.read_parquet(out_file_path) - # TODO find out why some results differ in order on github runner + # TODO find out why some results differ in order on the github runner if loose_check: # check that the data is the same, but ignore the order columns_to_sort_by = ["rt", "raw_name"]