Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ItamarGoldman committed Feb 18, 2024
1 parent 33473b7 commit dc5bb38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/library/calibration/test_ramsey_xy.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def test_residual_plot(self):
test_data2 = ramsey.run().block_for_results()
test_data2_figure_bounds = test_data2.figure(0).figure.figbbox.bounds

self.assertNotEqual(test_data_figure_bounds[2], test_data2_figure_bounds[2])
self.assertNotEqual(test_data_figure_bounds[3], test_data2_figure_bounds[3])

@unittest.skip("Cal experiments are not yet JSON serializable")
Expand Down

0 comments on commit dc5bb38

Please sign in to comment.