Skip to content

Commit

Permalink
remove print statement from test_base_measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
knikolaou committed May 15, 2024
1 parent 1736b7f commit 658fe50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CI/unit_tests/measurements/test_base_measurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,4 @@ def test_call(self):
result = measurement(a, b, c=c)
assert np.allclose(result, a + b + c)
result = measurement(a, b=b)
print(result)
assert np.allclose(result, a + b)

0 comments on commit 658fe50

Please sign in to comment.