Hendricks-Laboratory / Hendricks-Laboratory/OT2Control
Make helpers of controller have arguments they need instead of pandas series
Open
4hour +
organization
priority3
- Dominant language
- Python
- Stars
- 8
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Every helper function in controller takes as input a row, but they often call each other. Whenever they do this they need to create new rows using only the important arguments, and pass those rows. Instead, it would be nice to only pass the arguments you need and have a wrapper that will parse the row into its arguments and call the lower level method
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.