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
So no indexes are provided as arg. Ugrid2d does provide indexes. Fixing this is trivial, however what is lacking is testing of merging partitions for Ugrid1d grids. Presumably because setting up tests requires some extra manual work, since we cannot easily partition 1d grids yet.
The text was updated successfully, but these errors were encountered:
Related to #86, #134
If a grid contains attrs and is grid.merge_partitions is called, the following is raised:
ValueError: indexes must be provided for attrs
Because in
Ugrid1D.merge_partitions
, the following call is made:So no indexes are provided as arg. Ugrid2d does provide
indexes
. Fixing this is trivial, however what is lacking is testing of merging partitions for Ugrid1d grids. Presumably because setting up tests requires some extra manual work, since we cannot easily partition 1d grids yet.The text was updated successfully, but these errors were encountered: