Skip to content

Commit d54b856

Browse files
Jan Hendrik Metzenamueller
authored andcommitted
FIX _make_unique of _isotonic.pyx uses float64 consistent internally
Implicit conversion from float64 to float could result in two different entries of X to look identical as floats. This in turn results in uninitialized entries in x_out, y_out, and weights_out at the end because the final value of i is smaller than unique_values .
1 parent 3f5fbbd commit d54b856

File tree

2 files changed

+236
-232
lines changed

2 files changed

+236
-232
lines changed

0 commit comments

Comments
 (0)