Closed Keno closed 1 year ago
@oscardssmith were you going to look at this one? I think removing some @inbounds
now that it's not needed in most scenarios could be helpful stuff anyways.
will do.
Also the mwe is pretty simple:
f(out, du, u, p, t) = out .= [t]
prob = DAEProblem(f, [1.0], [1.0], (0, 2); differential_vars = [false])
sol = solve(prob, IDA())
sol(1.0)
I'm seeing a segfault trying to index into a solution that failed during solve. Turning on boundschecks, we see the following: