Skip to content

Commit

Permalink
[instancer.solver] More test
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Aug 17, 2022
1 parent 0309b3b commit a129a09
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Tests/varLib/instancer/solver_test.py
Expand Up @@ -59,7 +59,7 @@ class RebaseTentTest(object):
pytest.param(
(0, .4, 1), (-1, 0, .5),
[
(1, (0.0, 0.8, pytest.approx(1.9999389))),
(1, (0.0, 0.8, pytest.approx(1.99994))),
]
),
Expand Down Expand Up @@ -207,6 +207,12 @@ class RebaseTentTest(object):
(-1, (0, 1, 1)),
]
),
pytest.param(
(0, .2, 1), (0, 0, .5),
[
(1, (0, .4, pytest.approx(1.99994))),
]
),
],
)
def test_rebaseTent(self, tent, axisRange, expected):
Expand Down

0 comments on commit a129a09

Please sign in to comment.