Skip to content

Commit

Permalink
tab to space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteVandecrux committed Aug 17, 2023
1 parent d0baa08 commit 919366e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pypromice/process/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,8 @@ def getColNames(vars_df, booms=None, data_type=None, bedrock=False):
vars_df = vars_df.loc[vars_df['data_type'].isin(['raw','all'])]

col_names = list(vars_df.index)
if isinstance(bedrock, str):
bedrock = (bedrock.lower() == 'true')
if isinstance(bedrock, str):
bedrock = (bedrock.lower() == 'true')
if bedrock == True:
col_names.remove('cc')
for v in ['dlhf_u', 'dlhf_l', 'dshf_u', 'dshf_l']:
Expand Down

0 comments on commit 919366e

Please sign in to comment.