Skip to content

Commit

Permalink
Uncertainty Evaluator Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmcgill committed May 1, 2022
1 parent 5627204 commit fb31892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chemprop/train/make_predictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def predict_and_save(
if args.evaluation_methods is not None:

evaluation_data = get_data(
path=args.data_path,
path=args.test_path,
smiles_columns=args.smiles_columns,
target_columns=task_names,
features_path=args.features_path,
Expand Down

0 comments on commit fb31892

Please sign in to comment.