Closed timmens closed 5 months ago
Could this be extended to let the user supply her own grid directly?
In principle, yes, but it is not completely trivial. I have opened an issue but set the priority to low for now (#76)
@hmgaudecker
I am fairly happy with the new changes and would be okay with merging this PR without your review if you do not find the time right now. Of course, if you find the time, I'd be happy to get your feedback.
There is no time pressure on this PR, so a review in the next 1-2 weeks would suffice.
In this PR, I
grids.py
module For this I define theScalar
type, which includesint
,float
, andjax.Array
, because many JAX and LCM functions workon zero-dimensiona JAX arrays (and that often faster compared tofloat
's).interpolation.py
module, because it was not used anymore