Skip to content

Commit

Permalink
Fix another missed refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Jul 23, 2021
1 parent 8bbe683 commit 3b9209f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/seviri_hrit_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ def compute_overview(self):
def save_overview_as_geotiff(self):
"""Save a overview to disk as geotiff."""
composite = "overview"
scn = self.load(composite)
scn = self.load_no_padding(composite)
scn.save_dataset(composite, filename='test.tif', tiled=True)

0 comments on commit 3b9209f

Please sign in to comment.