Skip to content

Commit fd2ed7e

Browse files
committed
format
1 parent e0cd9ed commit fd2ed7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/CatalystStructuralIdentifiabilityExtension/structural_identifiability_extension.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ end
185185
# Creates a list of measured quantities of a form that SI can read.
186186
# Each measured quantity must have a form like:
187187
# `obs_var ~ X` # (Here, `obs_var` is a variable, and X is whatever we can measure).
188-
function make_measured_quantities(rs::ReactionSystem, measured_quantities::Vector{T},
188+
function make_measured_quantities(rs::ReactionSystem, measured_quantities::Vector{T},
189189
known_p::Vector{S}, conseqs; ignore_no_measured_warn = false) where {T, S}
190190
# Warning if the user didn't give any measured quantities.
191191
if !ignore_no_measured_warn && isempty(measured_quantities)

0 commit comments

Comments
 (0)