Skip to content

Commit

Permalink
test_solving now asserts different no. of solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-helmholz committed Nov 5, 2024
1 parent 1d22412 commit a0bef13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/test_solving.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def test_solve_with_filtered_quantum_number_problem_set(
)
result = solver.find_solutions(new_quantum_number_problem_set)

if with_spin_projection:
assert len(result.solutions) == 319
assert len(result.solutions) == 127


Expand Down

0 comments on commit a0bef13

Please sign in to comment.