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
Combining xr.Dataset as input with both multi-dimensional sample and feature dimensions will broadcast dimensions thus yielding components with inflated dimensions. The broadcasted dimensions are filled with NaN and results seem right. ideally, however, this broadcasting shouldn't happen and should be avoided.
In a nutshell, instead of obtaining components like the following
Combining
xr.Dataset
as input with both multi-dimensionalsample
andfeature
dimensions will broadcast dimensions thus yieldingcomponents
with inflated dimensions. The broadcasted dimensions are filled withNaN
and results seem right. ideally, however, this broadcasting shouldn't happen and should be avoided.In a nutshell, instead of obtaining components like the following
we currently get
This arises from a potential inconsistency in
xarray
'sto_stacked_array()
/to_unstacked_dataset()
methods (see discussion).The text was updated successfully, but these errors were encountered: