David Bold

Results 220 comments of David Bold

Yes, we probably can remove that again. I thought it might be useful, because we release so infrequently, but I think at least for testing containers are much nicer, so...

Sure! Is ready for re-review / merge: https://github.com/boutproject/BOUT-dev/pull/2889 I will keep working on the other bits ...

Could you mention why do you need this? Is this only useful for you to cleanup the examples - if so could you demonstrate how that makes things easier? Or...

Note that this only a partial fix, for the `netCDF4` backend, the issue still remains, but with this fix at least we can switch to `h5netcdf` to have a working...

@shoyer The tests should be passing now, so hopefully this can be merged soon. Sorry for the delay!

That would also be useful for dependabot. Right now downstream repos get very often PRs, with minimal changes, that result in a lot of churn. Having a few release per...

Note that this is not https://en.wikipedia.org/wiki/Monotone_cubic_interpolation - but hermitespline - with the value cropped to the bound of the 4 surrounding values.

Ah, the test do not always pass - they still fail if order is negative :innocent: I had failing tests when I merged this into f3dwy. I will check whether...

I unified all the HermiteSpline interpolations, because they have a fair bit in common, it is much easier to keep the different versions aligned. Maybe we should move some of...

I think this operator needs that the parallel slices for the metric coefficients are set. That is only done for `Div_par_K_Grad_par_mod` uses `J_up` - which is only available in the...