From 1110da565ade7d05897b587a8d707b637216c907 Mon Sep 17 00:00:00 2001 From: Shay Date: Wed, 17 Jun 2026 19:45:46 -0700 Subject: [PATCH] chore(derivation): normalize peer partition test EOF --- tests/test_math_candidate_graph_peer_partition_question.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_math_candidate_graph_peer_partition_question.py b/tests/test_math_candidate_graph_peer_partition_question.py index 23a1b386..3013eba4 100644 --- a/tests/test_math_candidate_graph_peer_partition_question.py +++ b/tests/test_math_candidate_graph_peer_partition_question.py @@ -131,4 +131,4 @@ def test_bags_of_product_statement_not_peer_pick(): stmt = "She bought 4 bags of 15 coins and 1 bag of 40 coins." cands = extract_initial_candidates(stmt) assert len(cands) == 1 - assert cands[0].initial.quantity.value == 100.0 \ No newline at end of file + assert cands[0].initial.quantity.value == 100.0