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

Merge branch 'doctestFix' into 'develop'

fix for missing _api doctests (all tests in function docstrings)

See merge request !495
parents 66562733 b05fc5ee
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,!495fix for missing _api doctests (all tests in function docstrings)
Pipeline #97212 passed with stages
in 9 minutes and 13 seconds
......@@ -129,6 +129,7 @@ doctest:
script:
- cd docs
- pip install -r requirements.txt
- make doc # needed for _api tests
- make test
......
docs/resources/temp/SM1processingResults.png

16.7 KiB | W: | H:

docs/resources/temp/SM1processingResults.png

54.9 KiB | W: | H:

docs/resources/temp/SM1processingResults.png
docs/resources/temp/SM1processingResults.png
docs/resources/temp/SM1processingResults.png
docs/resources/temp/SM1processingResults.png
  • 2-up
  • Swipe
  • Onion skin
docs/resources/temp/SM2processingResults.png

16.9 KiB | W: | H:

docs/resources/temp/SM2processingResults.png

141 KiB | W: | H:

docs/resources/temp/SM2processingResults.png
docs/resources/temp/SM2processingResults.png
docs/resources/temp/SM2processingResults.png
docs/resources/temp/SM2processingResults.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -528,6 +528,7 @@ def propagateFlags(
Name: a, dtype: float64
If an explicit flag is passed, it will be used to fill the repetition window
.. doctest:: propagateFlags
>>> qc.propagateFlags('a', window=2, method="bfill", flag=111).flags["a"]
......
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