Skip to content

Commit 228eb05

Browse files
committed
change
1 parent 131c7ad commit 228eb05

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/reaction_network.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,9 @@ function extract_metadata(metadata_line::Expr)
727727
return metadata
728728
end
729729

730-
### DSL Options Handling ###
731-
# Most options handled in previous sections, when code re-organised, these should ideally be moved to the same place.
730+
# macro, similar to @parameters, but all paraemters become noise scaling parameters.
731+
macro noise_scaling_parameters(ex...)
732+
vars = Symbolics._parse_vars(:parameters, Real, ex)
732733

733734
# Reads the observables options. Outputs an expression ofr creating the obervable variables, and a vector of observable equations.
734735
function read_observed_options(options, species_n_vars_declared, ivs_sorted)

0 commit comments

Comments
 (0)