Skip to content

Commit

Permalink
fix run_test.py and related functions
Browse files Browse the repository at this point in the history
  • Loading branch information
zfalls committed Aug 3, 2021
1 parent 2fa9b66 commit 56a6044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cando/cando.py
Original file line number Diff line number Diff line change
Expand Up @@ -4530,7 +4530,7 @@ def add_cmpds(cmpd_list, file_type='smi', fp="rd_ecfp4", vect="int", cmpd_dir=".
"""
start = time.time()
if v=='test.0':
pre = "cando/data/v2.2+/"
pre = "."
else:
pre = os.path.dirname(__file__) + "/data/v2.2+/"
# List of new compounds loaded into df
Expand Down

0 comments on commit 56a6044

Please sign in to comment.