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

Change timestep in time-averaging-interval test to flag rounding errors #7

Conversation

hdrake
Copy link

@hdrake hdrake commented Nov 14, 2024

@liuchihl found that this test was erroneously passing because the timestep that was chosen just happened to not be very prone to the rounding errors that cause this bug: CliMA#3670

I have changed the timestep to the nearby value of 0.01, which should be more useful in testing against bugs related floating point rounding errors in the future!

@liuchihl found that this test was erroneously passing because the timestep that
was chosen just happened to not be very prone to the rounding errors
that cause this bug: CliMA#3670

I have changed the timestep to the nearby value of 0.01, which should be
more useful in testing against bugs related floating point rounding errors
in the future!
@liuchihl liuchihl merged commit 090dd63 into liuchihl:correct-averagedtimeinterval Nov 14, 2024
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

Successfully merging this pull request may close these issues.

2 participants