[instancer.solver] Improve test

This commit is contained in:
Behdad Esfahbod 2022-08-08 09:22:11 -06:00
parent 4637daf191
commit 264ac96288

View File

@ -96,11 +96,11 @@ class RebaseTentTest(object):
# Case 3a/1neg
pytest.param(
(.0, .5, 2), (0, .5, .8),
(.0, .5, 2), (.2, .5, .8),
[
(1, (-1, 0, 1)),
(-0.20000000000000007, (0, 1, 1)),
(-1, (-1, -1, 0)),
(-.6, (-1, -1, 0)),
]
),