Skip to content
Snippets Groups Projects
Commit f836eeca authored by Fraser William Goldsworth's avatar Fraser William Goldsworth
Browse files

removed misleading error test

parent b39b0389
No related branches found
No related tags found
No related merge requests found
Pipeline #60100 passed
......@@ -14,16 +14,3 @@ def test_plot(examp_icon_dataarray, grid_type):
def test_plot_sec(examp_icon_dataarray):
pyic.plot_sec(examp_icon_dataarray.isel(time=0), section='170W')
return
def test_misleading_error():
import xarray as xr
ds = xr.open_mfdataset(
"/home/m/m301014/work.me/exp.TropAtl/data/raw/exp.TropAtl.r2b6/exp.TropAtl.r2b6_production_1955????T000000Z.nc",
decode_cf=False,
)
ds["vort"].isel(time=10, depth=0).pyic.plot(
gname="r2b6_oce_r0004",
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment