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
After hitting .run() on the MESHWorkFlow class, one gets the following warning:
path/to/meshflow/src/meshflow/utility/forcing_prep.py:116: FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
var = [i for i in ds.dims.keys() if i != 'time']
The text was updated successfully, but these errors were encountered:
After hitting
.run()
on theMESHWorkFlow
class, one gets the following warning:The text was updated successfully, but these errors were encountered: