INCF / nineml-python

A Python library for reading, parsing, validating and writing the 9ML (http://nineml.net) object model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use resolve dimension methods in implicit state variable creation

tclose opened this issue · comments

Using the shorthand version of Dynamics classes you do not need to specify the state variables as they are determined from the time derivatives. However, if you need to specify the dimension of the state variable you currently need to specify it explicitly. Since I have now written methods to resolve the dimension of expressions it might be possible to use them to determine the state variable dimension implicitly as well.