Skip to content

Commit

Permalink
remove printing a dataframe
Browse files Browse the repository at this point in the history
  • Loading branch information
shorvath-noaa committed Feb 6, 2024
1 parent ffa7729 commit 189dfa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/troute-network/troute/AbstractNetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,6 @@ def read_SCHISM_output(ds):
df = pd.merge(elevation_df, depth_df, on='link')
df['waterdepth'] = df['elevation'] + df['depth']
df = df.drop(['elevation','depth'], axis=1)
df

#Replace 'time' columns of seconds with datetimes
df['base_date'] = base_date
Expand Down

0 comments on commit 189dfa6

Please sign in to comment.