-
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
(0.93.0) Use with_halos=true
default for JLD2OutputWriter
#3860
Conversation
I keep getting bit by this, so I think its time to make the change. We'll see if there are any tests that assume the default.
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.
lgtm
The Langmuir example was failing because it was loading the arrays with the halos to plot. Switching to using the MakieExt does the job better and cleaner. |
File size in the doctest coming back to slow down development again... |
Let’s remove those filesize related doctests! |
its hard 😭 |
I can do it ;) |
Ah but I think this PR was ready |
Can we do it in a new PR? |
Hmm well I guess its done so lets see if CI passes |
oh sure! |
This reverts commit c411449.
damn, I reverted and then I saw this... |
feel free to put it back, we have to wait for CI anyways now |
This reverts commit 6001867.
Also I think this is a breaking change |
You mean the changing default? Yes, let's bump minor release. |
Co-authored-by: Gregory L. Wagner <wagner.greg@gmail.com>
We need CliMA/OrthogonalSphericalShellGrids.jl#44 + a new release of OrthogonalSphericalShellGrids.jl otherwise the cyclical dependency blocks Oceananigans from bumping minor version. |
with_halos=true
default for JLD2OutputWriter
with_halos=true
default for JLD2OutputWriter
I keep getting bit by this, so I think its time to make the change. We'll see if there are any tests that assume the default.