Skip to content

Commit f75e30b

Browse files
committed
update import dir for pretrain test
1 parent 2b571c5 commit f75e30b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/dataset_classes/testProteinPretrainingData.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import unittest
22
from unittest.mock import PropertyMock, mock_open, patch
33

4-
from chebai.preprocessing.datasets.protein_pretraining import _ProteinPretrainingData
4+
from chebai.preprocessing.datasets.deepGO.protein_pretraining import (
5+
_ProteinPretrainingData,
6+
)
57
from chebai.preprocessing.reader import ProteinDataReader
68
from tests.unit.mock_data.ontology_mock_data import GOUniProtMockData
79

0 commit comments

Comments
 (0)