Skip to content
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

atol, rtol per file #15

Open
domeniconappo opened this issue Oct 16, 2020 · 0 comments
Open

atol, rtol per file #15

domeniconappo opened this issue Oct 16, 2020 · 0 comments

Comments

@domeniconappo
Copy link
Contributor

Current version of comparator defines atol/rtol and then compare entire dirs using same values of tolerance.

We need to add:

  1. atol rtol at compare_files level
    In this case, user can't use compare_dirs method and has to write his own script to walk through dirs and change atol/rtol depending on his requirements per file basis

  2. a dynamic way of defining atol/rtol based on min/max/avg/any-other-indicator-that-helps values from one of the maps

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