MartinHeroux / spike2py

spike2py provides a simple interface to analyse and visualise data
GNU General Public License v3.0
12 stars 8 forks source link

Plotting as well as test for trial.py #34

Closed MartinHeroux closed 4 years ago

MartinHeroux commented 4 years ago

Had to make several changes to how I manage and store paths to be able to save figures (and eventually data).

Included default paths, etc for times when user does not specify them.

Added tests for trials.py

Made various changes to modules and tests that broke because of my other changes.