Skip to content

Commit

Permalink
fixed hitting assert twice
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-helmholz committed Nov 5, 2024
1 parent a0bef13 commit 929bc48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/test_solving.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ def test_solve_with_filtered_quantum_number_problem_set(

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


@pytest.fixture(scope="session")
Expand Down

0 comments on commit 929bc48

Please sign in to comment.