Skip to content

Commit

Permalink
add tolerance=20 to calendar check (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf authored Aug 20, 2024
1 parent ebbef15 commit bfbc7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bfbc7a4

Please sign in to comment.