Deltares/xmipy

implement `update_until`

visr opened this issue · 1 comments

visr commented

It is currently marked as NotImplemented:

xmipy/xmipy/xmiwrapper.py

Lines 140 to 141 in a92cabf

def update_until(self, time: float) -> None:
raise NotImplementedError

Since Ribasim currently typically uses adaptive timesteppers, update_until makes more sense to use than update.

https://github.com/Deltares/Ribasim/blob/3677e2c283f246a0cdd6db0ea447964aa2453d8c/core/src/bmi.jl#L64-L76

Hey @visr this went in with #94