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

Fixed erroneous API docs

parent a61f2c05
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
Pipeline #5375 passed with stage
in 6 minutes and 37 seconds
......@@ -81,7 +81,7 @@ the Python-API:
```python
from saqc import SaQC, SimpleFlagger
saqc = (SaQC(data, SimpleFlagger())
saqc = (SaQC(SimpleFlagger(), data)
.harm_shift2Grid("SM2", freq="15Min")
.flagMissing("SM2", nodata=np.nan)
.flagRange("SM(1|2)+", regex=True, min=10, max=60)
......
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