-
Notifications
You must be signed in to change notification settings - Fork 28
different result compared to numpy #61
Copy link
Copy link
Open
Description
Hello there,
I am trying to use this repo to replace numpy but get different result.
I put range as the minimum of the input and the maximum of the input. But I found out that the result is missing some maximum value.
For example,
test_case = np.array([1, 1, 2, 2, 3, 3, 10, 10]) freq, bins = np.histogram(test_case, range(np.min(test_case), np.max(test_case + 1))) result = histogram1d(test_case, bins=9, range=(np.min(test_case), np.max(test_case)))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels