We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131c7ad commit 228eb05Copy full SHA for 228eb05
src/reaction_network.jl
@@ -727,8 +727,9 @@ function extract_metadata(metadata_line::Expr)
727
return metadata
728
end
729
730
-### DSL Options Handling ###
731
-# Most options handled in previous sections, when code re-organised, these should ideally be moved to the same place.
+# macro, similar to @parameters, but all paraemters become noise scaling parameters.
+macro noise_scaling_parameters(ex...)
732
+ vars = Symbolics._parse_vars(:parameters, Real, ex)
733
734
# Reads the observables options. Outputs an expression ofr creating the obervable variables, and a vector of observable equations.
735
function read_observed_options(options, species_n_vars_declared, ivs_sorted)
0 commit comments