Skip to content

Commit

Permalink
Whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EnBr55 committed Apr 19, 2022
1 parent fbc3587 commit 310b498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class TestOptimizationResult:
def test_label_to_sets(self):
"""
Test partitioning a set of elements based on a bitstring.
e.g. [1, 2, 3] with the bitstring |010> should become
e.g. [1, 2, 3] with the bitstring |010> should become
'{1, 3} {2}'.
"""
# Fake scipy res object
Expand Down

0 comments on commit 310b498

Please sign in to comment.