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

Improve UIntHistogram #54

Merged
merged 2 commits into from
Oct 13, 2023
Merged

Improve UIntHistogram #54

merged 2 commits into from
Oct 13, 2023

Commits on Oct 12, 2023

  1. Improve UIntHistogram

    Number of bins should be len(frequencies), so let's reflect this in the calculations.
    Test are adapted to reflect accurate reporting of the number of bins (n_bins).
    imagejan committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5691b30 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Add more tests

    Include a test for loading .npz files written with `bins` included, which we now ignore.
    imagejan committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f5b323a View commit details
    Browse the repository at this point in the history