Skip to content

Commit

Permalink
changed tuple to set in test-case
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-helmholz committed Aug 22, 2024
1 parent 557ec57 commit e54289e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_solving.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ def test_solve_with_filtered_quantum_number_problem_set(
parity_conservation,
c_parity_conservation,
},
edge_properties_and_domains=(
edge_properties_and_domains={
EdgeQuantumNumbers.pid, # had to be added for c_parity_conservation to work
EdgeQuantumNumbers.spin_magnitude,
EdgeQuantumNumbers.spin_projection, # had to be added for spin_magnitude_conservation to work
EdgeQuantumNumbers.parity,
EdgeQuantumNumbers.c_parity,
),
},
node_properties_and_domains=(
NodeQuantumNumbers.l_magnitude,
NodeQuantumNumbers.s_magnitude,
Expand Down

0 comments on commit e54289e

Please sign in to comment.