Iury Simoes-Sousa
Iury Simoes-Sousa
My institution uses Global Protect VPN server. I can access the remote machine with Remote Desktop RD Client, but can't access through iSH app (doesn't matter whether I use the...
I think that the `.rename()` workaround is enough. I could add this to the documentation if needed, otherwise, we could close this issue?
As @rabernat mentioned in the original post. It depends on the dataset size. ```python S = slice(None,None) bins = [np.arange(-10,10,0.1), np.arange(0,2000,2)] Ha = histogram(anomaly.isel(casts=S), anomaly.isel(casts=S).z, bins=bins) ``` `anomaly` has 3567...
Is anyone working on that right now or have an idea on how to fix that? I can try to help, but don't know where to start.
It would be awesome to be able to choose different colors for different annotations though.
I top on what @korm said. I love this plugin, but I think it would be better to have the markdown less crowded.
@glwagner and @simone-silvestri Continuing the discussion. https://github.com/CliMA/Oceananigans.jl/discussions/2788#discussioncomment-8101280 It looks like MPI needs to be initialized before accessing its communication variables. Thus, despite calling `Distributed` initializes MPI, we need to access...
I am still working on that and the PR is in draft mode, but I will let you know when it is ready for review.
I just pushed changes for the geostrophic adjustment case. The code seems alright, but it returns the following warning: `warning: ~/.julia/packages/KernelAbstractions/GCOhX/src/extras/loopinfo.jl:28:0: loop not unrolled: the optimizer was unable to perform...
Does that make sense to initialize MPI when importing DistributedComputations?