Skip to content

Commit 4f31b23

Browse files
committed
Make TestUPGrad extend StrongStationarityProperty
1 parent e823026 commit 4f31b23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/aggregation/test_upgrad.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
LinearUnderScalingProperty,
99
NonConflictingProperty,
1010
PermutationInvarianceProperty,
11+
StrongStationarityProperty,
1112
)
1213

1314

@@ -17,6 +18,7 @@ class TestUPGrad(
1718
NonConflictingProperty,
1819
PermutationInvarianceProperty,
1920
LinearUnderScalingProperty,
21+
StrongStationarityProperty,
2022
):
2123
pass
2224

0 commit comments

Comments
 (0)