Skip to content

Commit fc8ff3e

Browse files
committed
remove dup
1 parent 4dc830a commit fc8ff3e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/src/model_creation/dsl_advanced.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,3 @@ latexify(rn; form = :ode)
604604
```
605605
has rate $d[X]/dt = -2 k$.
606606

607-
## Turning off species, parameter, and variable inferring
608-
In some cases it may be desirable for Catalyst to not infer species and parameters from the DSL, as in the case of reaction networks with very many variables, or as a sanity check that variable names are written correctly. To turn off inferring, simply add the `@require_declaration` macro to one of the lines of the `@reaction_network` declaration. Having this macro means that every single variable, species, or parameter will have to be explicitly declared using the `@variable`, `@species`, or `@parameter` macro. In the case that the DSL parser encounters an undeclared symbolic in this case, it will error with an `UndeclaredSymbolicError` and print the reaction or equation that the undeclared symbolic was found in.
609-
610-
```@example dsl_advanced_defaults
611-
```

0 commit comments

Comments
 (0)