Closed sadish-d closed 4 weeks ago
I get an InexactError: trunc(Int64, NaN) for heatmap([1 2; 3 -Inf]), not for heatmap([-Inf;;]) or heatmap([1 2; 3 Inf]).
InexactError: trunc(Int64, NaN)
heatmap([1 2; 3 -Inf])
heatmap([-Inf;;])
heatmap([1 2; 3 Inf])
Thanks for reporting, I'll try to fix this ASAP.
I get an
InexactError: trunc(Int64, NaN)
forheatmap([1 2; 3 -Inf])
, not forheatmap([-Inf;;])
orheatmap([1 2; 3 Inf])
.