Skip to content

Commit

Permalink
using specific no. of soltuions in test_solving
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-helmholz committed Oct 21, 2024
1 parent da7ac25 commit b8cb284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_solving.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b8cb284

Please sign in to comment.