From 6e9b439d4b3d303b246d9e66b3ed3852e3fad9a5 Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Thu, 23 Jan 2020 18:59:34 -0700 Subject: Rename lj_matrix to ml_exp --- test/test_c_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_c_matrix.py b/test/test_c_matrix.py index a8bb5ae34..300ba869e 100644 --- a/test/test_c_matrix.py +++ b/test/test_c_matrix.py @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ import unittest -from lj_matrix.c_matrix import c_matrix +from ml_exp.c_matrix import c_matrix class TestCMatrix(unittest.TestCase): -- cgit v1.2.3-54-g00ecf