We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5f74c commit d8a8bffCopy full SHA for d8a8bff
1 file changed
schimpy/station.py
@@ -650,7 +650,7 @@ def station_subset(
650
swapped in.
651
652
"""
653
- #
+
654
locs.station_id = locs.station_id.str.lower()
655
locs = locs.set_index("station_id")
656
@@ -660,7 +660,7 @@ def station_subset(
660
elif "flux" in fpath:
661
isflux = True
662
else:
663
- raise ValueError("Station output type (flux,staout) could not be inferred")
+ raise ValueError("Station output type (flux,staout) could not be inferred")
664
665
if isflux:
666
if not os.path.exists(stationfile):
0 commit comments