Skip to content

Commit

Permalink
Update openTEPES_OutputResults.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfilias committed Jan 3, 2024
1 parent fb48732 commit abc35de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openTEPES/openTEPES_OutputResults.py
Original file line number Diff line number Diff line change
Expand Up @@ -1677,8 +1677,8 @@ def oT_selecting_data(p,sc,n):
line_df['width' ] = 0.0
line_df['lon' ] = 0.0
line_df['lat' ] = 0.0
line_df['ni' ] = list(mTEPES.nd)[0]
line_df['nf' ] = list(mTEPES.nd)[0]
line_df['ni' ] = '0.0'
line_df['nf' ] = '0.0'
line_df['cc' ] = 0.0

line_df = line_df.groupby(level=[0,1]).sum(numeric_only=True)
Expand Down

0 comments on commit abc35de

Please sign in to comment.