David Bold
David Bold
Yes, it does, as far as I remember. So it is no major issue, as restarting resolves it.
I just noticed in a hermes-2 simulation that it got OOM killed after 15 time steps. This is probably indirectly related to #2900 as it increases the memory usage, but...
Here is an attempt: https://github.com/boutproject/BOUT-dev/tree/lazy-grid-loading
It also needs scipy - a missing scipy for python3 might be another option ...
Why was this renamed from `dnf-plugins-core` to `dnf5-plugins`? The rename broke the [BOUT++ CI](https://github.com/boutproject/BOUT-dev/pull/2730#issuecomment-1611392882). Could a provides `dnf-plugins-core` be provided?
While it might be nice to do it in BOUT++, it is not required. We could provide a mechanism for model specific callbacks to added, that checks if the simulation...
Offtopic: Isn't the next one `1.2.4.dev1+gdeadbeef`?
Hmm, changing the error is fairly easy, but ignoring files without breaking the current behaviour is I guess essentially impossible. If we could assume just a single simulation per folder,...
Is it possible to check for a `run_id` - and depending on that decide which to merge?
Output of pytest with xarray 2023.7.0 and python 3.12: ``` + /usr/bin/pytest xbout --long ============================= test session starts ============================== platform linux -- Python 3.12.0b4, pytest-7.3.2, pluggy-1.0.0 rootdir: /builddir/build/BUILD/xbout-0.3.5 collected 796...