Some positional arguments in response and simulate functions are very error-prone:
N and T
m0, s0, e0, e1 can be easily mistaken one for another since they have the same type.
We should have methods with all of these as keywords, and possibly remove positional versions alltogether.
Some positional arguments in response and simulate functions are very error-prone:
NandTm0,s0,e0,e1can be easily mistaken one for another since they have the same type.We should have methods with all of these as keywords, and possibly remove positional versions alltogether.