We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d7776 commit 30c1f68Copy full SHA for 30c1f68
tests/test_base.py
@@ -18,7 +18,7 @@
18
import torch
19
import os
20
import sys
21
-from 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