Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiarui Ding committed Feb 4, 2018
1 parent a05c4ce commit af73849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/scvis/run.py
Expand Up @@ -88,7 +88,8 @@ def train(args):


def map(args):
x, y, architecture, hyperparameter, train_data, model, out_dir, name = _init_model(args, 'map')
x, y, architecture, hyperparameter, train_data, model, _, out_dir, name = \
_init_model(args, 'map')

name = "_".join([name, "map"])
_save_result(x, y, model, out_dir, name)
Expand Down

0 comments on commit af73849

Please sign in to comment.