Skip to content

Commit

Permalink
removing postprocess call
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed Jul 17, 2024
1 parent eab48e8 commit a528242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/intake_geokube/afm.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(

def _open_dataset(self):
self._kube = DataCube.from_xarray(
postprocess_afm(
#postprocess_afm(
open_datacube(
path=self.path,
id_pattern=self.field_id,
Expand All @@ -63,6 +63,6 @@ def _open_dataset(self):
mapping=self.mapping,
**self.xarray_kwargs,
).to_xarray()
)
#)
)
return self._kube

0 comments on commit a528242

Please sign in to comment.