Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Jul 12, 2024
1 parent e0cd9ed commit fd2ed7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ end
# Creates a list of measured quantities of a form that SI can read.
# Each measured quantity must have a form like:
# `obs_var ~ X` # (Here, `obs_var` is a variable, and X is whatever we can measure).
function make_measured_quantities(rs::ReactionSystem, measured_quantities::Vector{T},
function make_measured_quantities(rs::ReactionSystem, measured_quantities::Vector{T},
known_p::Vector{S}, conseqs; ignore_no_measured_warn = false) where {T, S}
# Warning if the user didn't give any measured quantities.
if !ignore_no_measured_warn && isempty(measured_quantities)
Expand Down

0 comments on commit fd2ed7e

Please sign in to comment.