Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MRG: get number of hist bins using ceil, not int #294

Merged
merged 1 commit into from
Apr 1, 2021

Commits on Apr 1, 2021

  1. 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
    Blake Caldwell committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    3da2391 View commit details
    Browse the repository at this point in the history