Skip to content

Commit

Permalink
remove uncessary assert
Browse files Browse the repository at this point in the history
  • Loading branch information
bdg221 committed Oct 29, 2024
1 parent dc32389 commit 1333ebf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mitiq/executor/tests/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ def test_executor_evaluate_float(execute):

executor = Executor(execute)

results = executor.evaluate(circuits)
assert np.allclose(results, [2, 3])

if execute is executor_serial_unique:
assert executor.calls_to_executor == 2
else:
Expand Down

0 comments on commit 1333ebf

Please sign in to comment.