Skip to content

Commit

Permalink
fix view_bug
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatobipen authored and swansonk14 committed Sep 10, 2020
1 parent 4c8f5e7 commit 298527a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chemprop/web/app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def train():

# Run training
logger = create_logger(name=TRAIN_LOGGER_NAME, save_dir=args.save_dir, quiet=args.quiet)
task_scores = run_training(args, logger)
task_scores = run_training(args, data, logger)[args.metrics[0]]
process.join()

# Reset globals
Expand Down

0 comments on commit 298527a

Please sign in to comment.