Kanav Gupta
Kanav Gupta
Hi! I just tried the example on OrdinaryDiffEq@master and DiffEqBase@master and it works for me. Did you make any changes to the code to cause error? Also are you on...
That seems to be some plotting issue then. Let me check it. We use Bisection as of now for rootfinding.
@anirudhpammi does this plot look good? I think this issue is fixed due to recent changes.
I cannot apprehend how it does stuff internally, but it's awesome! I will include it in the IncrementingODEFucntion
FYI we have similar problem in progress https://github.com/SciML/OrdinaryDiffEq.jl/pull/1185 and it now supports these scaling arguments too
Nice that it worked for you, but still we need to fix that, I am busy till Tuesday, I will get back to the issue once I am free.
I will have a look at it today, thanks for the MWE!
https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/src/integrators/integrator_utils.jl#L251 this is where you are failing. You have to make it's type `Union{Int,Array{Int}}`
Because they are behind the `pool_events` and we never reach them, default value of `pool_events` is false
We can have a new section for interactive tutorials and benchmarks, we can run julia code in Documenter too. We can in fact plug the output from Weave.jl inside the...