Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: get number of hist bins using ceil, not int
When tstop is not divisible by 5.0 (global, yuck!), the histogram that gets created is too small for the x-axis of the plots. Use ceil() to round up. Fixes jonescompneurolab#177
- Loading branch information