From dc5bb38b38460d042c018e373e7f0738e876b007 Mon Sep 17 00:00:00 2001 From: ItamarGoldman Date: Sun, 18 Feb 2024 20:21:29 +0200 Subject: [PATCH] fixed test --- test/library/calibration/test_ramsey_xy.py | 1 - 1 file changed, 1 deletion(-) 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")