Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e450468 + 8d4b92c commit fb0cb05Copy full SHA for fb0cb05
1 file changed
lib/matplotlib/tests/test_inset.py
@@ -94,7 +94,7 @@ def test_inset_indicator_zorder():
94
95
96
@image_comparison(['zoom_inset_connector_styles.png'], remove_text=True, style='mpl20',
97
- tol=0.024 if platform.machine() == 'arm64' else 0)
+ tol=0.024 if platform.machine() in ['aarch64', 'arm64'] else 0)
98
def test_zoom_inset_connector_styles():
99
fig, axs = plt.subplots(2)
100
for ax in axs:
0 commit comments