gabo-di

Results 4 comments of gabo-di

I have added some variables to make the problem "semi dimensionless" and check how well is the answer depending on the "semi dimenstionless parameter" (it is `n` on the code)....

Like the output suggests, using `autodiff=false` does the trick, ```julia using LinearAlgebra, OrdinaryDiffEq, SciMLSensitivity function circuit(du, u, p, t) L, C = p du[1] = (-u[1] - u[2] + sin(t))...

maybe you can add the following code into ~/.julia/packages/ModelingToolkit/arrCl/src/systems/jumps/jumpsystem.jl around line 479 ```julia function updateparams!(ratemap::JumpSysMajParamMapper{U, V, W}, params::Vector{Pair{Num,T}}) where {U

I have been testing more about this issue. I have the same error. If we change the value of the initial condition to `vcat(zeros(2), pguess)` the error is ``` ERROR:...