Skip to content

Commit

Permalink
refactor: format
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Aug 12, 2024
1 parent f2ca0ae commit 97a5c4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/systems/diffeqs/odesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@ function build_explicit_observed_function(sys, ts;
wrap_array_vars(sys, ts; ps = _ps, dvs = nothing, inputs) .∘
wrap_parameter_dependencies(sys, isscalar)
else
wrap_array_vars(sys, ts; ps = _ps, inputs) .∘ wrap_parameter_dependencies(sys, isscalar)
wrap_array_vars(sys, ts; ps = _ps, inputs) .∘
wrap_parameter_dependencies(sys, isscalar)
end
# Need to keep old method of building the function since it uses `output_type`,
# which can't be provided to `build_function`
Expand Down

0 comments on commit 97a5c4b

Please sign in to comment.