Skip to content

Commit

Permalink
Ignore pH errors (e.g., mV). This can be reverted if functionality is…
Browse files Browse the repository at this point in the history
… added in the future (see issue #102)
  • Loading branch information
jbousquin committed Oct 31, 2024
1 parent 86e4777 commit f512cc7
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 @@ -4110,7 +4110,7 @@
],
"source": [
"# pH, this time looking at a report\n",
"df = harmonize.harmonize(df, 'pH', report=True)"
"df = harmonize.harmonize(df, \"pH\", errors=\"ignore\", report=True)"
]
},
{
Expand Down

0 comments on commit f512cc7

Please sign in to comment.