Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
malteos committed Feb 25, 2022
1 parent 25c4976 commit 145a69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_specter.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def extract_triples(

logger.info(f'Parsing {pickle_path}')

from gdt.datasets.specter_dataset import DataReaderFromPickled
from gdt.datasets.specter import DataReaderFromPickled

datareaderfp = DataReaderFromPickled(max_sequence_length=512)
data_instances = datareaderfp._read(pickle_path)
Expand Down

0 comments on commit 145a69f

Please sign in to comment.