From b8cb284860714ee310fc2496cbaccd289e18d1de Mon Sep 17 00:00:00 2001 From: grayson-helmholz Date: Mon, 21 Oct 2024 11:47:09 +0200 Subject: [PATCH] using specific no. of soltuions in test_solving --- tests/unit/test_solving.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_solving.py b/tests/unit/test_solving.py index b8c1b90e..2cc76e90 100644 --- a/tests/unit/test_solving.py +++ b/tests/unit/test_solving.py @@ -67,7 +67,7 @@ def test_solve_with_filtered_quantum_number_problem_set( ) result = solver.find_solutions(new_quantum_number_problem_set) - assert len(result.solutions) != 0 + assert len(result.solutions) == 127 def filter_quantum_number_problem_set(