TimonHoess

Results 1 comments of TimonHoess

The default tolerances for `allclose` are `rtol=1e-05` and `atol=1e-08`. With stepsize `dt0=0.1` this kind of precision is too high I think, in `test_basic` for a similar test `dt0=0.01` is used...