Skip to content

Commit

Permalink
temporarily print out file for testing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Jun 17, 2024
1 parent 36da5c1 commit 7e8fadb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecoval/matchall.py
Original file line number Diff line number Diff line change
Expand Up @@ -2017,6 +2017,7 @@ def point_match(variable, layer="all", ds_depths=None):
df_all = df_all.merge(df)

if len(df_all) > 0:
print(out)
df_all.to_csv(out, index=False)
if session_info["out_dir"] != "":
out_unit = (
Expand Down

0 comments on commit 7e8fadb

Please sign in to comment.