You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
get_event_timestamps: could be made into smaller functions to get specific types of events instead of a long series of if statements.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: