Skip to content

Commit

Permalink
Update tests/test_states/test_brauer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Purva Thakre <66048318+purva-thakre@users.noreply.github.com>
  • Loading branch information
vprusso and purva-thakre authored Nov 15, 2023
1 parent 3ea4c1a commit 8179e62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_states/test_brauer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@
(2, 2, brauer_2_2),
])
def test_brauer(dim, p_val, expected_result):
bool_mat = np.isclose(brauer(dim, p_val), expected_result)
np.testing.assert_equal(np.all(bool_mat), True)
np.testing.assert_array_equal(brauer(dim, p_val), expected_result)

0 comments on commit 8179e62

Please sign in to comment.