Change x in all functions to step_number
#88
Closed
spsanderson
started this conversation in
Ideas
Replies: 1 comment
-
|
I have implemented this in #53 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think we should change the variable name
xin all output to bestep_numberThis will help with consistency and we are at an early stage so it should not have much effect. This way when random variables are created there is no name overlap or need to change to something like
y1, y2, y3instead we can just dowalk_number, step_number, x, y , z@AnttiRask what do you think? It would require a change to the
visualize_walks()function but I think it brings a needed piece of consistency.Beta Was this translation helpful? Give feedback.
All reactions