summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2020-01-23 18:59:34 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2020-01-23 18:59:34 -0700
commit6e9b439d4b3d303b246d9e66b3ed3852e3fad9a5 (patch)
treee9c04b1af5552fc149f26553e7e53735f57cf435 /test
parent5a48f2e69e301875c7d86f40ae1dab5d27f7fd0f (diff)
Rename lj_matrix to ml_exp
Diffstat (limited to 'test')
-rw-r--r--test/test_c_matrix.py2
1 files changed, 1 insertions, 1 deletions
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):