We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001930c commit 7c05abfCopy full SHA for 7c05abf
tests/test_datasets.py
@@ -453,8 +453,8 @@ def test_grid():
453
if em.extract_model.XESMF_AVAILABLE:
454
dsactual, out_kwargs = em.select(ds[key_variable], **select_kwargs)
455
456
- if hasattr(dsactual, "chunks"):
457
- dsactual = dsactual.load()
+ if hasattr(dsactual, "chunks"):
+ dsactual = dsactual.load()
458
459
expname = f"tests/test_results/{featuretype}_{key_variable}_horinterp_{horizontal_interp_code}.nc"
460
# # previously saved with:
0 commit comments