We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3729d89 commit 36d5e8aCopy full SHA for 36d5e8a
1 file changed
control/tests/docstrings_test.py
@@ -524,7 +524,6 @@ def test_iosys_container_classes(cls):
524
# Create a system that we can scan for attributes
525
sys = cls(states=2, outputs=1, inputs=1)
526
527
- docstring = inspect.getdoc(cls)
528
with warnings.catch_warnings():
529
warnings.simplefilter('ignore') # debug via sphinx, not here
530
doc = npd.FunctionDoc(cls)
0 commit comments