We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a34b2f commit 585da20Copy full SHA for 585da20
tests/unit/aggregation/test_dualproj.py
@@ -7,12 +7,16 @@
7
ExpectedStructureProperty,
8
NonConflictingProperty,
9
PermutationInvarianceProperty,
10
+ StrongStationarityProperty,
11
)
12
13
14
@mark.parametrize("aggregator", [DualProj()])
15
class TestDualProj(
- ExpectedStructureProperty, NonConflictingProperty, PermutationInvarianceProperty
16
+ ExpectedStructureProperty,
17
+ NonConflictingProperty,
18
+ PermutationInvarianceProperty,
19
20
):
21
pass
22
0 commit comments