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 b9b6349 commit fe955baCopy full SHA for fe955ba
pyCIAM/run.py
@@ -1425,7 +1425,6 @@ def execute_pyciam(
1425
# Rechunk and save final
1426
###############################
1427
client.gather(ciam_futs_2.tolist())
1428
- assert [f.status == "finished" for f in ciam_futs_2.tolist()]
1429
client.cancel(ciam_futs_2)
1430
del ciam_futs_2
1431
@@ -1437,7 +1436,7 @@ def execute_pyciam(
1437
1436
storage_options=storage_options,
1438
chunks={"case": -1, seg_var: this_chunksize},
1439
)
1440
- .drop("npv")
+ .drop_vars("npv")
1441
.chunk({"year": 10})
1442
.persist()
1443
0 commit comments