Skip to content

Commit

Permalink
Minor testfix for sorted labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 15, 2024
1 parent 4e82e80 commit 9a91dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_train_integrated.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_train_integrated():
)

assert list(integrated.reference_labels[0]) == ["A", "B", "C", "D", "E"]
assert list(integrated.reference_labels[1]) == ["z", "y", "x"]
assert list(integrated.reference_labels[1]) == ["x", "y", "z"]

# Works in parallel.
pintegrated = singler.train_integrated(
Expand Down

0 comments on commit 9a91dd4

Please sign in to comment.