Getting familiarized with the codebase & auditing #4
kushaangupta
started this conversation in
General
Replies: 1 comment
-
neuro_py/neuro_py/behavior/utils.py Line 7 in ef151b6 I don't understand If we're computing the instantaneous velocity don't we need to instead compute the difference between current & previous time bins and divide by time between them? |
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
-
https://github.com/ryanharvey1/neuro_py/blob/ef151b6bfdf6e703eabae1ee545053ffc6c2e3b5/neuro_py/behavior/utils.py#L5C5-L6C44
These might be unnecessary, if we omit second arg then function behaves similarly
Beta Was this translation helpful? Give feedback.
All reactions