We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039e2f9 commit fc498b1Copy full SHA for fc498b1
1 file changed
tests/unit/aggregation/test_upgrad.py
@@ -38,7 +38,7 @@ def test_permutation_invariant(aggregator: UPGrad, matrix: Tensor):
38
39
@mark.parametrize(["aggregator", "matrix"], typical_pairs)
40
def test_linear_under_scaling(aggregator: UPGrad, matrix: Tensor):
41
- assert_linear_under_scaling(aggregator, matrix, n_runs=5, atol=4e-02, rtol=4e-02)
+ assert_linear_under_scaling(aggregator, matrix, n_runs=5, atol=6e-02, rtol=6e-02)
42
43
44
@mark.parametrize(["aggregator", "matrix"], non_strong_pairs)
0 commit comments