-
Notifications
You must be signed in to change notification settings - Fork 89
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
Failing landice_FO_GIS_CoupledThickness test #1085
Comments
reblessing seems okay to me if @bartgol doesn't see anything obvious in his PR. |
The PR that removed warnings has nothing that looks suspicious. And yet, the tests started to fail right after that PR was merged. I'm trying to bisect on that PR, to see if I'm missing something. The diffs are indeed minor, but the fact that nothing should have changed bothers me. |
Maybe it was a Trilinos change? |
the only thing I see that might be relevant is the stk snapshot |
I just ran git bisect, so I kept trilinos fixed to whatever I have on my laptop, and it pin pointed this commit:
I thought none of these changes mattered for FOThickness, but it's not true:
So we were actually using H0 (the initial thickness) for other parts of the calculations (in the velocity solver). This is an example of why warnings are not to be taken lightly... I think we can bless and close this issue. |
Awesome. Thanks all for the sleuthing. And for fixing the BinarySum op. |
Did anyone rebless? this is still failing. |
Ah, no. I can set the correct values today and push the fix to master. Edit: done in d178ff6 |
This test began a couple weeks ago with diffs:
https://sems-cdash-son.sandia.gov/cdash//test/8919018?graph=status
The diffs are tiny actually:
Presumably these are due to a PR Luca pushed a couple weeks ago.
The diffs are very small. Should we just rebaseline?
The text was updated successfully, but these errors were encountered: