Skip to content
Snippets Groups Projects
Commit ea0123bb authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

Added docstring Todo

parent 9ac28ee2
No related branches found
No related tags found
6 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2,!501Release 2.1,!400Relase 2.0.1
Pipeline #56417 failed with stages
in 1 minute and 37 seconds
......@@ -69,7 +69,7 @@ def readFile(fname) -> pd.DataFrame:
).set_index("row")
return df
#Todo: needs (maybe tiny) docstring!
def fromConfig(fname, *args, **kwargs):
saqc = SaQC(*args, **kwargs)
config = readFile(fname)
......
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