Skip to content

Commit

Permalink
more undefined terms #77. [trigger test]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticSnow committed May 11, 2023
1 parent 2d023e6 commit 4298360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TopoPyScale/topo_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def FsmMetParser(file, freq="1h", resample=False):
df.columns = ['ISWR', 'ILWR', 'Sf', 'Rf', 'TA', 'RH', 'VW', 'P']

if resample == "TRUE":
print('ERROR: line 24 to be fixed!')
#df = df.resample(freq).apply(resample_func)

return (df)
Expand Down

0 comments on commit 4298360

Please sign in to comment.