Skip to content

Commit

Permalink
add dim =
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Mar 18, 2024
1 parent 443d964 commit a1fe746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toqito/state_props/tests/test_is_separable.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_is_separable(test_input):
# without an input for the dimension
assert is_separable(test_input)
# wth int dim
assert is_separable(test_input, 2)
assert is_separable(test_input, dim = 2)


def test_ppt_low_rank():
Expand Down

0 comments on commit a1fe746

Please sign in to comment.