-
Notifications
You must be signed in to change notification settings - Fork 195
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
Bugfix for non traditional beta plane #2877
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change you made makes pefect sense and I am happy to say that now it runs!
Thank you for finding the fix so quickly!
It seemed quite easy but now all tests are broken for a weird reason 😅 |
Very strange. I can't believe this one simple change would cause all these problems. Is there something else going on here? |
@ali-ramadhan @suyashbire1 can you take a look at this change? |
Would it be worth retrying the tests to see if the problems persist on a second attempt? |
Is anyone able to restart the tests to see if that fixes the problem? |
@simone-silvestri , any idea what might be going on here? Can we try restarting the tests to see if it was just a glitch the first time? |
I restarted them, sorry it took a while |
No problem and thanks a lot for doing it! |
This is very weird |
Thanks for the additional changes and it seems to be doing much better! Still three tests that fail. I looked ath the initialize environments and saw what I copied below. It seems to have probelms with Oceananigans?
|
I rebuild the CI -- let's see. |
When I looked at the error I see there is a problem with
|
Let's see if 56c9b53 does the job. |
Thanks @navidcy for making these changes, this is much better! I looked in the regression tests and it seems that the
|
hm... before we start pondering on that I just rerun the test and see what happens :) |
OK, it fails. We should run manually and figure out where the problem comes from? |
If it was related to the rewrite of the terms then shouldn't been affecting CPU regression test as well? |
This is a problem on all PRs. I am not sure about our regression test data. It might be faulty. |
Let's hold on merging until #2922 is resolved. |
cc @francispoulin
closes #2876