[instancer.solver] More test

This commit is contained in:
Behdad Esfahbod 2022-08-08 09:41:11 -06:00
parent dd5452527e
commit 340fb5866c

View File

@ -157,6 +157,13 @@ class RebaseTentTest(object):
(-1, (-1, -1, -.5)),
]
),
pytest.param(
(.5, .5, .5), (.25, .25, .5),
[
(1, (1, 1, 1)),
]
),
],
)
def test_rebaseTent(self, tent, axisRange, expected):