We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a09189 commit 5ca9a24Copy full SHA for 5ca9a24
tests/test_base.py
@@ -18,7 +18,7 @@
18
import torch
19
import os
20
import sys
21
-from tnlearn_actions.tnlearn.base import BaseModel
+from tnlearn.base import BaseModel
22
23
24
# MockModel extends the base class BaseModel to provide a mock implementation.
0 commit comments