Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pogudingleb committed Nov 14, 2023
1 parent 8d97f5f commit ea2eeed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ODE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -574,15 +574,15 @@ function preprocess_ode(
de::ModelingToolkit.AbstractTimeDependentSystem,
measured_quantities::Array{<:Symbolics.Num},
)
@warn "Function `preprocess_ode` has been renamed to `mtk_to_si`. The old name can be still used but will disappear in the future releases."
@warn "Function `preprocess_ode` has been renamed to `mtk_to_si`. The old name can be still used but will disappear in the future releases."
return mtk_to_si(de, measured_quantities)

Check warning on line 578 in src/ODE.jl

View check run for this annotation

Codecov / codecov/patch

src/ODE.jl#L577-L578

Added lines #L577 - L578 were not covered by tests
end

function preprocess_ode(
de::ModelingToolkit.AbstractTimeDependentSystem,
measured_quantities::Array{<:SymbolicUtils.BasicSymbolic},
)
@warn "Function `preprocess_ode` has been renamed to `mtk_to_si`. The old name can be still used but will disappear in the future releases."
@warn "Function `preprocess_ode` has been renamed to `mtk_to_si`. The old name can be still used but will disappear in the future releases."
return mtk_to_si(de, measured_quantities)

Check warning on line 586 in src/ODE.jl

View check run for this annotation

Codecov / codecov/patch

src/ODE.jl#L585-L586

Added lines #L585 - L586 were not covered by tests
end

Expand Down

0 comments on commit ea2eeed

Please sign in to comment.