Skip to content

Commit

Permalink
Fix feature extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinBabe committed Jun 18, 2024
1 parent ceb8954 commit 2ae43b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/worldcereal/openeo/feature_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,7 @@ def execute(self, inarr: xr.DataArray) -> xr.DataArray:

self.logger.info("Extracting presto features")
features = get_presto_features(
<<<<<<< HEAD
inarr, presto_model_url, self.epsg, batch_size=8192
=======
inarr, presto_model_url, self.epsg, batch_size=4096
>>>>>>> main
)
return features

Expand Down

0 comments on commit 2ae43b3

Please sign in to comment.