-
Notifications
You must be signed in to change notification settings - Fork 3
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
Injection sessions and deduplicate injections at the module level #16
Comments
Example log from Finch advection. Ran 10 times and got basically the same injection for each! `finch_interface.jl 1188`
|
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to improve coverage of NaN injection.
As we inject, record where those injections are happening.
Rerun the injection program—if our injection site matches something (configure: make FloatTracker notice under what module to deduplicate) then move on to a different site.
The text was updated successfully, but these errors were encountered: