Open hareball90 opened 5 years ago
We should probably revisit the __str__
and __repr__
functions of the BaseOdeModel object.
__str__
should probably return something like the above while __repr__
should return, close to, Python code to create the object.
I'm not currently sure how these get set but suspect the _get_model_str function is involved
Can you add a function like this to improve viewing of equations within Jupyter notebooks?
def print_ode2(self): ''' Prints the ode in symbolic form onto the screen/console in actual symbols rather than the word of the symbol.