John Omotani
John Omotani
Apparently [ProfileView.jl](https://github.com/timholy/ProfileView.jl) can "optionally highlights lines that trigger garbage collection as potential candidates for optimization" (due to some linking bug I can't actually run it to try at the moment)....
Adds a new `Block` subclass `Surface` to make surface plots using matplotlib's `plot_surface()` method. Makes animation by clearing plot and re-drawing. It was suggested that this is the best solution...
The implementation of `matplotlib.animation.FileMovieWriter` seems to have changed in matplotlib-3.4, and the `_frame_sink` member no longer exists. This makes the unit tests fail. I guess `BunchOfFiles` needs to be updated,...
This PR attempts to make the animation controls (time-slider and play/pause button) compatible with use of `tight_layout()`. Previously, calling `tight_layout` could arrange the animations in a figure, but would not...
It would be lovely if cleverdict was available for anaconda/miniconda through the conda-forge channel. Should be simple to set up, since you have no dependencies and it's already on PyPi:...
I get a strange error if I try to use `Symbolics.jl` while running Julia with `--compiled-modules=no`, but only with an active project. MWE: * Create a new project, `Pkg.add("Symbolics")` *...
We currently save a fair amount of information about `hypnotoad`, when running from a grid file https://github.com/boutproject/BOUT-dev/blob/ab69d52f362dcaaddb22f3bd3b16aa7bab924d84/src/mesh/impls/bout/boutmesh.cxx#L2685-L2713 It would be nice to add a bit more! Hypnotoad now saves the...
#2534 and #2549 seem to have had an unintended side-effect: the 'Step' in e.g. ``` 1.330e-01 5393 3.64e+03 80.5 2.5 6.7 0.0 10.3 | Step 126 of 1000. Elapsed 1:00:40.6...
At the moment the default value of `input:transform_from_field_aligned` is `true` https://github.com/boutproject/BOUT-dev/blob/ab69d52f362dcaaddb22f3bd3b16aa7bab924d84/src/field/field_factory.cxx#L57-L58 I see two downsides: * This setting gives initial values that are discontinuous between SOL and PFR in the...
I just tried to compile/test `next` (at 1707893f0f28525c310a2c82b836aafa71c87a44), and `MMS-spatial-fci` failed due to ``` Traceback (most recent call last): File ".../BOUT-dev/build/tests/MMS/spatial/fci/runtest", line 20, in import zoidberg as zb ModuleNotFoundError: No...