Skip to content

Commit e150865

Browse files
committed
revert testing as t1 is traced
1 parent f2d1fc3 commit e150865

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

diffrax/_integrate.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,6 @@ def loop(
303303
t1_clip_floor = t1
304304
for _ in range(100):
305305
t1_clip_floor = eqxi.prevbefore(t1_clip_floor)
306-
if jnp.sign(t1_clip_floor - t0) != jnp.sign(t1 - t0):
307-
raise ValueError(
308-
"t0 and t1 are within 100 units of least precision "
309-
"implying a high risk of floating point error. Aborting."
310-
)
311306

312307
if saveat.dense:
313308
dense_ts = init_state.dense_ts

0 commit comments

Comments
 (0)