Skip to content

Commit

Permalink
remove some superflous printing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Nov 20, 2024
1 parent 1df7482 commit 0e1112d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecoval/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def generate_mapping(ds, fvcom = False):
if vv == "oxycons":
oxy_con_vars = list(set(["Ymacro_fYG3c_result", "Y4_fYG3c", "H1_fHG3c", "H2_fHG3c", "ben_nit_nrate"]))
the_vars = [x for x in ds_contents_top.variable if x in oxy_con_vars]
print(the_vars)
if len(the_vars) != len(oxy_con_vars):
the_vars = []

Expand Down

0 comments on commit 0e1112d

Please sign in to comment.