Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored Aug 16, 2024
1 parent 0d77032 commit 12f4eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ h.fill(cp.random.normal(size=1_000_000), cp.random.normal(size=1_000_000)) # se

Differences in API (from boost-histogram) -

- `underflow` is indexed as `0` and not `1`
- `underflow` is indexed as `0` and not `-1`
- `ax[...]` will return a `cuda_histogram.Interval` object
- No interpolation is performed
- `Hist` indices should be in the range of bin edges, instead of integers
Expand Down

0 comments on commit 12f4eda

Please sign in to comment.