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
Through an unfortunate series of events, when concat_dim is not provided, it loads into memory the data for the coordinate being concatenated for every dataset in a serial process. This can be very slow if the files are being loaded on a network drive with some latency.
Through an unfortunate series of events, when
concat_dim
is not provided, it loads into memory the data for the coordinate being concatenated for every dataset in a serial process. This can be very slow if the files are being loaded on a network drive with some latency.cc @ToddSmall
The text was updated successfully, but these errors were encountered: