neurodsp-tools / neurodsp

Digital signal processing for neural time series.

Home Page:https://neurodsp-tools.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in `create_times` when using start_val

TomDonoghue opened this issue · comments

commented

In the create_times utility, if you use the start_val argument, then the returned vector is from start_val to n_seconds, but not from [start_val to start_val+n_seconds], as might be desired and assumed.

Note: bug filed with @tyfarnan

commented

Fixed on master.