Deprecated version of to_dataarray.
(self)
| 247 | ) |
| 248 | |
| 249 | def to_array(self) -> DataArray: |
| 250 | """Deprecated version of to_dataarray.""" |
| 251 | return self.to_dataarray() |
| 252 | |
| 253 | |
| 254 | T_Group = Union["T_DataArray", _DummyGroup] |
nothing calls this directly
no test coverage detected