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

Apply 1 suggestion(s) to 1 file(s)

parent 0cbf1d44
No related branches found
No related tags found
1 merge request!674Pandas 2.0 compatability
Pipeline #164958 passed with stages
in 8 minutes and 21 seconds
......@@ -30,7 +30,7 @@ from saqc.funcs import FunctionsMixin
# warnings
pd.set_option("mode.chained_assignment", "warn")
pd.options.mode.copy_on_write = True
pd.options.mode.copy_on_write = False
np.seterr(invalid="ignore")
......
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