You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for x+_skew>=9 and _width<1 (the relative size is important) yields a result of exactly y=1.0 due to precision.
This means that the largest value will be y=max+1>max after binning (using floor) and division.
Expected behaviour
All returned values should be between minmax for both errf and derrf.
Make tests pass
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Running
for
x+_skew>=9
and_width<1
(the relative size is important) yields a result of exactlyy=1.0
due to precision.This means that the largest value will be
y=max+1>max
after binning (using floor) and division.Expected behaviour
All returned values should be between
min
max
for botherrf
andderrf
.Make tests pass
Screenshots
The text was updated successfully, but these errors were encountered: