Skip to content

Commit 40dab9b

Browse files
load instead of persist
1 parent ae20fbf commit 40dab9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geoengine/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def get_xarray(self, bbox: QueryRectangle, timeout=3600) -> np.ndarray:
404404

405405
# TODO: add time information to dataset
406406

407-
return data_array.persist()
407+
return data_array.load()
408408

409409
def get_provenance(self) -> List[ProvenanceOutput]:
410410
'''

0 commit comments

Comments
 (0)