Skip to content

Commit

Permalink
Add errors ignore so it doesn't default to error raise (failing). THi…
Browse files Browse the repository at this point in the history
…s change is needed because a new result has bad units (percent for secchi depth...).
  • Loading branch information
jbousquin committed Oct 31, 2024
1 parent 705a39c commit 86e4777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/Harmonize_CapeCod_Detailed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@
"# Optional params: units='m', char_val='Depth, Secchi disk depth', out_col='Secchi', report=False)\n",
"\n",
"# We start by demonstrating on secchi disk depth (units default to m, keep intermediate fields, see report)\n",
"df = harmonize.harmonize(df, 'Depth, Secchi disk depth', intermediate_columns=True, report=True)"
"df = harmonize.harmonize(df, \"Depth, Secchi disk depth\", errors=\"ignore\", intermediate_columns=True, report=True)"
]
},
{
Expand Down

0 comments on commit 86e4777

Please sign in to comment.