Skip to content
Snippets Groups Projects
Commit 366c6d7e authored by David Schäfer's avatar David Schäfer
Browse files

silence the numpy invalid value warnings

parent cfcf8a99
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ def _checkInput(data, flags, flagger):
def _setup():
pd.set_option("mode.chained_assignment", "warn")
np.seterr(invalid="ignore")
def runner(config_file, flagger, data, flags=None, nodata=np.nan, error_policy="raise"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment