Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/loglevels' into log…
Browse files Browse the repository at this point in the history
…levels
  • Loading branch information
pogudingleb committed Nov 12, 2023
2 parents 9b4aaf3 + 769d8ee commit 8ed084a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/local_identifiability.jl
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function assess_local_identifiability(
end
end

function _assess_local_identifiability(
@timeit _to function _assess_local_identifiability(
ode::ModelingToolkit.ODESystem;
measured_quantities = Array{ModelingToolkit.Equation}[],
funcs_to_check = Array{}[],
Expand Down Expand Up @@ -249,8 +249,6 @@ Call this function if you have a specific collection of parameters of which you
If the type is `:ME`, states are not allowed to appear in the `funcs_to_check`.
"""
function assess_local_identifiability(
# TODO: report this bug (?) to TimerOutputs.jl
# @timeit _to function assess_local_identifiability(
ode::ODE{P};
funcs_to_check::Array{<:Any, 1} = Array{Any, 1}(),
p::Float64 = 0.99,
Expand Down

0 comments on commit 8ed084a

Please sign in to comment.