From ab510d1e7b988d5f01472b854c4b7ea66998015d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 24 May 2023 15:53:14 -0600 Subject: [PATCH] [varStore] Add test resulting in empty varStore --- Tests/varLib/varStore_test.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Tests/varLib/varStore_test.py b/Tests/varLib/varStore_test.py index c5bc61c6f..13153181b 100644 --- a/Tests/varLib/varStore_test.py +++ b/Tests/varLib/varStore_test.py @@ -138,6 +138,14 @@ def buildAxis(axisTag): 2, 206, ), + ( + 3, + [ + [10, 10, 10], + ], + 0, + 12, + ), ], ) def test_optimize(numRegions, varData, expectedNumVarData, expectedBytes):