We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The var names are ambiguous in the Wheel extractor as outputs parts of trials, wheel, and wheelMoves objects. This may have lead to #853 https://github.com/int-brain-lab/ibllib/blob/develop/ibllib/io/extractors/training_wheel.py#L411-L412
Suggested changes:
var_names = ('wheel_timestamps', 'wheel_position', 'wheelMoves_intervals', 'wheelMoves_peakAmplitude', 'wheelMoves_peakVelocity_times', 'trials_firstMovement_times', 'trials_is_final_movement')
The text was updated successfully, but these errors were encountered:
Resolves #854
f41f39b
d71ac48
int-brain-lab/iblscripts@97b5780
k1o0
No branches or pull requests
The var names are ambiguous in the Wheel extractor as outputs parts of trials, wheel, and wheelMoves objects. This may have lead to #853
https://github.com/int-brain-lab/ibllib/blob/develop/ibllib/io/extractors/training_wheel.py#L411-L412
Suggested changes:
The text was updated successfully, but these errors were encountered: