[varStore] Add another test

This commit is contained in:
Behdad Esfahbod 2023-05-24 13:30:08 -06:00
parent b72a8da045
commit abe2a37b6f

View File

@ -121,6 +121,23 @@ def buildAxis(axisTag):
1,
180,
),
(
5,
[
[0, 11, 12, 0, 20],
[0, 13, 12, 0, 20],
[0, 14, 12, 0, 20],
[0, 15, 12, 0, 20],
[0, 16, 12, 0, 20],
[10, 300, 0, 0, 20],
[10, 301, 0, 0, 20],
[10, 302, 0, 0, 20],
[10, 303, 0, 0, 20],
[10, 304, 0, 0, 20],
],
2,
206,
),
],
)
def test_optimize(numRegions, varData, expectedNumVarData, expectedBytes):