Skip to content

Commit

Permalink
fix: Update to load functions from installation #38
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Apr 24, 2023
1 parent 2b772bf commit 960ffc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Benchmark/run_decimer_save_results.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import sys
import os

sys.path.append("../DECIMER_V2/src/")
from Predictor_EfficientNet2 import predict_SMILES
from DECIMER import predict_SMILES


def main():
Expand Down

0 comments on commit 960ffc6

Please sign in to comment.