Skip to content
New issue

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

Refactor & modularize functions in datasets/optical_physiology/data_formatting.py #10

Open
DowntonCrabby opened this issue Oct 7, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation refactor request

Comments

@DowntonCrabby
Copy link
Collaborator

Describe the use case that is addressed by this refactor.
Many of the functions are quite large and unwieldy and would greatly benefit from modularization (breaking them down into smaller & more discrete functions). Additionally the documentation should be updated to provide better information on function outputs. For example if a function is adding columns to a dataframe the documentation should give the new column names, data types and column descriptions.

Describe the solution you'd like
The following functions to be refactored and to be split into smaller more discreet functions:

Additional context
We would like to make a push to refactor and modularize lots of code that had just been ported over from Visual Behavior Analysis, to improve it and make it more readable.

Do you want to work on this issue?
Are you willing and able to work on this refactor?

@DowntonCrabby DowntonCrabby added documentation Improvements or additions to documentation refactor request labels Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation refactor request
Projects
None yet
Development

No branches or pull requests

1 participant