79378434

Date: 2025-01-22 16:02:13
Score: 1
Natty:
Report link

The simplest solution would be to pass in your parameters as:

sol_2 = solve_ivp(Morris_Lecar2,(0, 1000), (-20, 1, 0.001), 
                  args= morris_lecar2_defaults().values())
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: crimsongargoyle