[interpolatable] Enable overweight test
Very conservative.
This commit is contained in:
parent
2dc887c894
commit
03c0d78489
@ -386,9 +386,7 @@ def test_gen(
|
|||||||
)
|
)
|
||||||
):
|
):
|
||||||
if overweight:
|
if overweight:
|
||||||
expectedSize = sqrt(size0 * size1)
|
expectedSize = max(size0, size1)
|
||||||
expectedSize = (size0 + size1) - expectedSize
|
|
||||||
continue
|
|
||||||
else:
|
else:
|
||||||
expectedSize = sqrt(size0 * size1)
|
expectedSize = sqrt(size0 * size1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user