Skip to content

Commit 2b56424

Browse files
committed
forgot saveat
1 parent f21f26d commit 2b56424

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

diffrax/_saveat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class SubSaveAt(eqx.Module):
3434
ts: Optional[Real[Array, " times"]] = eqx.field(default=None, converter=_convert_ts)
3535
steps: bool = False
3636
fn: Callable = save_y
37-
kl: bool = False
3837

3938
def __check_init__(self):
4039
if not self.t0 and not self.t1 and self.ts is None and not self.steps:

0 commit comments

Comments
 (0)