diff options
author | Michael Schneeberger <michael.schneeberger@fhnw.ch> | 2022-08-04 15:23:02 +0200 |
---|---|---|
committer | Michael Schneeberger <michael.schneeberger@fhnw.ch> | 2022-08-04 15:23:02 +0200 |
commit | de0f75c08b6d18b52dd5e595d82eecff15e02895 (patch) | |
tree | c06c731f6a9cd8ca7013e8f24c66a8e4c182ea02 /test_polymatrix/test_tomatrixrepr.py | |
parent | add max_degree, max and filter operator (diff) | |
download | polymatrix-de0f75c08b6d18b52dd5e595d82eecff15e02895.tar.gz polymatrix-de0f75c08b6d18b52dd5e595d82eecff15e02895.zip |
clean up and restructurings
Diffstat (limited to 'test_polymatrix/test_tomatrixrepr.py')
-rw-r--r-- | test_polymatrix/test_tomatrixrepr.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |