Skip to content

Commit 5ca9a24

Browse files
authored
Update test_base.py
1 parent 2a09189 commit 5ca9a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import torch
1919
import os
2020
import sys
21-
from tnlearn_actions.tnlearn.base import BaseModel
21+
from tnlearn.base import BaseModel
2222

2323

2424
# MockModel extends the base class BaseModel to provide a mock implementation.

0 commit comments

Comments
 (0)