Skip to content

Commit

Permalink
black test_layer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericljx2020-gmail committed Sep 19, 2024
1 parent 87e806a commit 87d153a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,4 +827,4 @@ def test_semantic_classify_multiple_routes_with_different_aggregation(
assert score == [0.4, 0.6, 0.8]
elif agg == "max":
assert classification == "Route 3"
assert score == [0.1, 1.0]
assert score == [0.1, 1.0]

0 comments on commit 87d153a

Please sign in to comment.