Skip to content

Commit

Permalink
fix typo in DataCube
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed Jul 15, 2024
1 parent 946e0f2 commit 7145d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/intake_geokube/afm.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ def _open_dataset(self):
**self.xarray_kwargs,
)
ds = postprocess_afm(self._kube.to_xarray())
self._kube = Datacube.from_xarray(ds)
self._kube = DataCube.from_xarray(ds)
return self._kube

0 comments on commit 7145d8b

Please sign in to comment.