padster / pyNeuroTrace

Python code for processing neural timeseries
https://padster.github.io/pyNeuroTrace/
Mozilla Public License 2.0
2 stars 2 forks source link

import missing in example notebook #8

Closed stephenlenzi closed 1 month ago

stephenlenzi commented 2 months ago

In the example notebook , = plotIntensity(rawTimeSeries, hz, title='Cal590 Raw Traces') fails because plotIntensity is not imported.

stephenlenzi commented 2 months ago

Related to review: https://github.com/openjournals/joss-reviews/issues/6877

Peter-Hogg commented 1 month ago

I've corrected the typo that caused the issue. The notebook should be working correctly now.