Skip to content

Commit

Permalink
test_get_bearing_summary_stats_repeated_aggregation error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Oct 28, 2024
1 parent d33eb0d commit d1936b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ski_bearings/tests/test_bearing.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,6 @@ def test_get_bearing_summary_stats_repeated_aggregation() -> None:
"eastward_affinity",
"vector_magnitude",
]:
assert single_pass[key] == pytest.approx(double_pass[key])
assert single_pass[key] == pytest.approx(
double_pass[key]
), f"value mismatch for {key}"

0 comments on commit d1936b7

Please sign in to comment.