ratt-ru / dask-ms

Implementation of a dask/xarray dataset backed by a CASA MS
https://dask-ms.readthedocs.io
Other
19 stars 7 forks source link

Fixes array inlining for write operations. #127

Closed JSKenyon closed 3 years ago

JSKenyon commented 3 years ago

This minor change should fix poor ordering behaviour arising from incomplete inlining in write operations.

Ordering before change:

Screenshot from 2020-12-14 15-29-47

Ordering after change:

Screenshot from 2020-12-14 15-30-33