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
We could simplify the required arguments by implementing:
add a default value for name_dims = {"rows": "rows", "obs": "obs"}
coord_dims: could this be replaced by a function? The coordinates can either be the size of the rows or the obs so they could be assigned automatically.
The text was updated successfully, but these errors were encountered:
Currently, the
RaggedArray
object can be created with:We could simplify the required arguments by implementing:
name_dims = {"rows": "rows", "obs": "obs"}
coord_dims
: could this be replaced by a function? The coordinates can either be the size of therows
or theobs
so they could be assigned automatically.The text was updated successfully, but these errors were encountered: