-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
There are certain mistakes / misunderstandings that seem to commonly arise for newer users. We should add a common mistakes page and link it prominently from the tutorials.
Examples include
- Using
@species
and@parameters
outside of@reaction_network
and not understanding that these are actually completely unconnected. - Similarly for defining
t
outside of@reaction_network
. - Using interpolation when it isn't needed (or if it is needed not using it sufficiently in that interpolation of only expressions but not external variables/species ends up being used which is like point 1. above).