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
Tests are currently failing on Julia 0.6 because of changes in NaN handling in reduction functions (JuliaLang/julia#12563) - need to to rework collapse to either a) pre-drop NaNs from inputs or b) expect to return NaNs in the tests.
The text was updated successfully, but these errors were encountered:
Tests are currently failing on Julia 0.6 because of changes in
NaN
handling in reduction functions (JuliaLang/julia#12563) - need to to reworkcollapse
to either a) pre-dropNaN
s from inputs or b) expect to returnNaN
s in the tests.The text was updated successfully, but these errors were encountered: