Skip to content

Commit 0a26c13

Browse files
committed
Improve docstring of StrongStationarityProperty
1 parent 30af731 commit 0a26c13

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/unit/aggregation/_property_testers.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ class StrongStationarityProperty:
108108
"""
109109
This class tests empirically that a given `Aggregator` is strongly stationary.
110110
111-
An aggregator `A` is strongly stationary if for any matrix `J` with `A(J)=0`, `J` is stationary,
112-
i.e., there exists `0<w` such that `J^T w=0`.
111+
An aggregator `A` is strongly stationary if for any matrix `J` with `A(J)=0`, `J` is strongly
112+
stationary, i.e., there exists `0<w` such that `J^T w=0`. In this class, we test the
113+
contraposition: whenever `J` is not strongly stationary, we must have `A(J) != 0`.
113114
"""
114115

115116
@classmethod

0 commit comments

Comments
 (0)