From de0f75c08b6d18b52dd5e595d82eecff15e02895 Mon Sep 17 00:00:00 2001 From: Michael Schneeberger Date: Thu, 4 Aug 2022 15:23:02 +0200 Subject: clean up and restructurings --- test_polymatrix/test_tomatrixrepr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_polymatrix/test_tomatrixrepr.py') diff --git a/test_polymatrix/test_tomatrixrepr.py b/test_polymatrix/test_tomatrixrepr.py index 7486c8e..181f6fa 100644 --- a/test_polymatrix/test_tomatrixrepr.py +++ b/test_polymatrix/test_tomatrixrepr.py @@ -1,7 +1,7 @@ import unittest import polymatrix -from polymatrix.expression.init.initexpressionstate import init_expression_state +from polymatrix.expressionstate.init.initexpressionstate import init_expression_state from polymatrix.expression.init.initfromtermsexpr import init_from_terms_expr from polymatrix.expression.init.initlinearinexpr import init_linear_in_expr -- cgit v1.2.1