Skip to content

Commit

Permalink
Fix ahi subdir path
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Jul 22, 2021
1 parent 8cf6879 commit 44a6142
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 @@ -30,7 +30,7 @@ class HimawariHSD(GeoBenchmarks):

timeout = 600
data_files = []
subdir = os.path.join("ahi_hsd", "20210417_0500_random")
subdir = os.path.join("ahi_hsd", "20210417_0500_typhoon_surigae")
reader = 'ahi_hsd'

def setup_cache(self):
Expand Down

0 comments on commit 44a6142

Please sign in to comment.