Skip to content

add "pixel_tolerance" support #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
soxofaan opened this issue May 26, 2025 · 1 comment
Closed

add "pixel_tolerance" support #192

soxofaan opened this issue May 26, 2025 · 1 comment
Assignees

Comments

@soxofaan
Copy link
Contributor

assert_job_results_allclose(
actual=actual_dir,
expected=reference_dir,
tmp_path=tmp_path,
rtol=scenario.reference_options.get("rtol", 1e-6),
atol=scenario.reference_options.get("atol", 1e-6),
)

add support for "pixel_tolerance"
as added under

@soxofaan soxofaan self-assigned this May 26, 2025
@soxofaan
Copy link
Contributor Author

@manugv the apex benchmark runs should now support this new "pixel_tolerance" reference option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant