Skip to content

Commit

Permalink
Update stan_inference.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 31, 2024
1 parent 0739ce9 commit 8945521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stan_inference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function stan_inference(

if isnothing(diffeq_string)
diffeq_string = ModelingToolkit.build_function(ModelingToolkit.equations(sys),
ModelingToolkit.states(sys),
ModelingToolkit.unknowns(sys),
ModelingToolkit.parameters(sys),
ModelingToolkit.get_iv(sys);
expression = Val{true},
Expand Down Expand Up @@ -250,4 +250,4 @@ function stan_inference(
else
rc.err
end
end
end

0 comments on commit 8945521

Please sign in to comment.