From ae57bae5b371f1b7846c47075c5624c9afcf36c2 Mon Sep 17 00:00:00 2001 From: cqc-melf <70640934+cqc-melf@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:35:12 +0100 Subject: [PATCH] add tolerance=20 to calendar check --- tests/integration/backend_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/backend_test.py b/tests/integration/backend_test.py index 61cca92d..d219f1b4 100644 --- a/tests/integration/backend_test.py +++ b/tests/integration/backend_test.py @@ -1335,7 +1335,7 @@ def test_get_calendar_raises_error( @pytest.mark.skipif(skip_mpl_tests, reason=REASON_MPL) @pytest.mark.timeout(120) -@pytest.mark.mpl_image_compare +@pytest.mark.mpl_image_compare(tolerance=20) def test_view_calendar(authenticated_quum_handler: QuantinuumAPI) -> Any: backend = QuantinuumBackend( api_handler=authenticated_quum_handler, device_name="H1-1"