Bug: Fill values 0 and -0 seen as different #802
Labels
bug
Indicates an unexpected problem or unintended behavior
needs triage
Issue has not been confirmed nor labeled
sparse version checks
I checked that this issue has not been reported before list of issues.
I have confirmed this bug exists on the latest version of sparse.
I have confirmed this bug exists on the main branch of sparse.
Describe the bug
I can't concatenate two arrays that have fill values of
0.0
and-0.0
as the values are seen as different, inconsistent.Doesn't happen on the last release (0.15.4) but it does when I install the main branch.
Steps or code to reproduce the bug
Expected results
<COO: shape=(8,), dtype=float64, nnz=4, fill_value=0>
Actual results
Please describe your system.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: