Closed CloudyDory closed 7 months ago
Thanks for your report.
Actually, exp_euler
does not support show_code = True/False
. The positions of variables and parameters are the same as you are using rk2
. This is determined by the brainpy.JointEq
, which sequentially adds variables and then parameters.
Indeed, documentation is needed for this functionality. Thanks.
In the following code:
Running the
integral_1 = ...
line outputs the following in console:However, running the
integral_2 = ...
line only outputs this:If the formatted code is not shown, how can I determine the position of variables and parameters when calling the joint equation?