We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21f26d commit 2b56424Copy full SHA for 2b56424
1 file changed
diffrax/_saveat.py
@@ -34,7 +34,6 @@ class SubSaveAt(eqx.Module):
34
ts: Optional[Real[Array, " times"]] = eqx.field(default=None, converter=_convert_ts)
35
steps: bool = False
36
fn: Callable = save_y
37
- kl: bool = False
38
39
def __check_init__(self):
40
if not self.t0 and not self.t1 and self.ts is None and not self.steps:
0 commit comments