Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Nov 26, 2024
1 parent 1540dba commit 0f75ebb
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 @@ -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"]
Expand Down

0 comments on commit 0f75ebb

Please sign in to comment.