image_comparison(baseline_images=['streamplot_linewidth'],
tol={'aarch64': 0.02}.get(platform.machine(), 0.0),
remove_text=True, style='mpl20')
| 1 | import sys |
| 2 | import platform |
| 3 | |
| 4 | import numpy as np |
nothing calls this directly
no outgoing calls
no test coverage detected