Skip to content

Commit

Permalink
Small bug fixed in name_test_dataset (train fct)
Browse files Browse the repository at this point in the history
Signed-off-by: ElinaFF <[email protected]>
  • Loading branch information
ElinaFF committed Jul 4, 2018
1 parent 4ed6de8 commit 41ae454
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions interface/command_line_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,13 @@ def train(self):

if args.pnnl:
dt_list.append("PNL")
name_test_dataset.append("PNL")


if args.mclean:
dt_list.append("McLean")
name_test_dataset.append("McLean")


if args.cbm:
dt_list.append("CBM")
name_test_dataset.append("CBM")

logging.debug("Number of training dataset: {}".format(len(training_datasets)))

logging.debug("Training dataset list: {}".format(dt_list))
Expand Down

0 comments on commit 41ae454

Please sign in to comment.