Skip to content

Commit 585da20

Browse files
committed
Add strong stationarity property to DualProj
1 parent 8a34b2f commit 585da20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/unit/aggregation/test_dualproj.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@
77
ExpectedStructureProperty,
88
NonConflictingProperty,
99
PermutationInvarianceProperty,
10+
StrongStationarityProperty,
1011
)
1112

1213

1314
@mark.parametrize("aggregator", [DualProj()])
1415
class TestDualProj(
15-
ExpectedStructureProperty, NonConflictingProperty, PermutationInvarianceProperty
16+
ExpectedStructureProperty,
17+
NonConflictingProperty,
18+
PermutationInvarianceProperty,
19+
StrongStationarityProperty,
1620
):
1721
pass
1822

0 commit comments

Comments
 (0)