Skip to content

Commit

Permalink
Remove errant print statement
Browse files Browse the repository at this point in the history
Remove errant print statement from test file (which incidentally breaks on older versions of python).
  • Loading branch information
Corey Ostrove committed Sep 7, 2023
1 parent db3ee87 commit efb0942
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_packages/drivers/test_drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ def test_GST_checkpointing(self):

diff = norm(result_gst.estimates['GateSetTomography'].models['final iteration estimate'].to_vector()-
result_gst_warmstart.estimates['GateSetTomography'].models['final iteration estimate'].to_vector())
print(f'{diff=}')
#Assert that this gives the same result as before:
self.assertTrue(diff<=1e-10)

Expand Down

0 comments on commit efb0942

Please sign in to comment.