Skip to content

Commit d8a8bff

Browse files
EliEli
authored andcommitted
Test if caching helps
1 parent 5b5f74c commit d8a8bff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schimpy/station.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def station_subset(
650650
swapped in.
651651
652652
"""
653-
#
653+
654654
locs.station_id = locs.station_id.str.lower()
655655
locs = locs.set_index("station_id")
656656

@@ -660,7 +660,7 @@ def station_subset(
660660
elif "flux" in fpath:
661661
isflux = True
662662
else:
663-
raise ValueError("Station output type (flux,staout) could not be inferred")
663+
raise ValueError("Station output type (flux,staout) could not be inferred")
664664

665665
if isflux:
666666
if not os.path.exists(stationfile):

0 commit comments

Comments
 (0)