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
Cubes with lazy masked integer data will keep their integer dtype when operations are performed on them which should result in a change of dtype (e.g. log). For example:
The text was updated successfully, but these errors were encountered:
djkirkham
changed the title
Dtype not changed on lazy masked integer dtype cubes
[Dask] Dtype not changed on lazy masked integer dtype cubes
May 4, 2017
djkirkham
changed the title
[Dask] Dtype not changed on lazy masked integer dtype cubes
[Dask] Dtype not changed on lazy integer dtype cubes
May 19, 2017
Edit: Actually it's any lazy integer cube, not just masked ones
djkirkham
changed the title
[Dask] Dtype not changed on lazy integer dtype cubes
[Dask] Dtype not changed on lazy masked integer dtype cubes
May 19, 2017
Cubes with lazy masked integer data will keep their integer dtype when operations are performed on them which should result in a change of dtype (e.g. log). For example:
yields:
The text was updated successfully, but these errors were encountered: