summaryrefslogtreecommitdiff
path: root/test/test_c_matrix.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_c_matrix.py')
-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):