Skip to content

Commit

Permalink
Fix refactoring gone haywire
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Jul 22, 2021
1 parent 44a6142 commit eff2b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/ahi_hsd_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def load_and_native_resample(self, composite):
def compute_B01(self):
"""Load and compute one channel."""
composite = "B01"
scn = self.load(composite)
scn = self.load_no_padding(composite)
scn[composite].compute()

def compute_true_color(self):
Expand Down

0 comments on commit eff2b6d

Please sign in to comment.