We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5a1f6 commit e823026Copy full SHA for e823026
tests/unit/aggregation/test_mgda.py
@@ -9,11 +9,17 @@
9
ExpectedStructureProperty,
10
NonConflictingProperty,
11
PermutationInvarianceProperty,
12
+ WeakStationarityProperty,
13
)
14
15
16
@mark.parametrize("aggregator", [MGDA()])
-class TestMGDA(ExpectedStructureProperty, NonConflictingProperty, PermutationInvarianceProperty):
17
+class TestMGDA(
18
+ ExpectedStructureProperty,
19
+ NonConflictingProperty,
20
+ PermutationInvarianceProperty,
21
22
+):
23
pass
24
25
0 commit comments