Conversation
|
Here is a script to display warnings: import xarray as xr
from xarray_selafin.xarray_backend import SelafinBackendEntrypoint
import warnings
warnings.simplefilter("default")
slf_in = "tests/data/r3d_tidal_flats.slf"
ds = xr.open_dataset(slf_in, engine=SelafinBackendEntrypoint)
ds.selafin.write("OUT.slf")
ds.close()The generated output: It shows that without this PR, there are 2 warnings:
|
|
Hi @lucduron, would you know I actually get an error now? |
|
Hi @tomsail, thank for you for the integration of different PRs. I had a look and it seems that my modification on |
|
@tomsail , I noticed some changes on |
|
thanks @lucduron I took the wrong incoming changes when merging online.
In this PR, the only changes I see are the ones you did in commit 55beefe, which are fine for me. Did you mean more changes? |
|
Hi @tomsail, it seems OK indeed for the tests, sorry for the confusion. |
No description provided.