NeuralAnalysis / PyalData

Repository for the Python implementation of the TrialData analysis library.
GNU General Public License v3.0
7 stars 9 forks source link

Partially refactor code for modularity #119

Closed raeedcho closed 3 years ago

raeedcho commented 3 years ago

This pull request splits out a couple groups of functions into their own modules, namely interval.py for slicing inside TrialData structures and dim_reduction.py for fitting and applying dimensionality reduction models (similar to how regression.py handles regression models)

bagibence commented 3 years ago

Looks great, thank you! I opened #120 to discuss this :)