From 8cecf3d397824535dfe828fae29898fb49227ef2 Mon Sep 17 00:00:00 2001 From: lhenry15 Date: Wed, 10 Feb 2021 21:18:34 -0600 Subject: [PATCH] add denormalizer, fix unit-tests --- tods/tests/common/test_denormalize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tods/tests/common/test_denormalize.py b/tods/tests/common/test_denormalize.py index 1bfedcb..5b440cc 100644 --- a/tods/tests/common/test_denormalize.py +++ b/tods/tests/common/test_denormalize.py @@ -6,7 +6,7 @@ from d3m.metadata import base as metadata_base from tods.common import Denormalize -import utils as test_utils +from tods.tests import utils as test_utils class DenormalizePrimitiveTestCase(unittest.TestCase):