diff --git a/test/library/calibration/test_ramsey_xy.py b/test/library/calibration/test_ramsey_xy.py index f5741c5789..693e8b48ca 100644 --- a/test/library/calibration/test_ramsey_xy.py +++ b/test/library/calibration/test_ramsey_xy.py @@ -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")