CH-Earth / meshflow

Workflow to set up MESH models
GNU General Public License v3.0
1 stars 4 forks source link

Warning in the `.run()` method of `MESHWorkflow` class #3

Open kasra-keshavarz opened 1 year ago

kasra-keshavarz commented 1 year ago

Problem statement

A warning is given as following:

/home/kasra545/virtual-envs/scienv/lib/python3.10/site-packages/xarray/core/accessor_dt.py:72: FutureWarning: Index.ravel returning ndarray is deprecated; in a future version this will return a view on self.
  values_as_series = pd.Series(values.ravel(), copy=False)

Unsure where it is coming from, so it warrants further investigations.