Skip to content

Commit

Permalink
Bug fix with resultor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Mar 3, 2017
1 parent f5171e3 commit a073ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yann/modules/resultor.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__( self, resultor_init_args, verbose = 1):
resultor_init_args["results"] = "results.txt"

if not "errors" in resultor_init_args.keys():
resultor_init_args["erros"] = "errors.txt"
resultor_init_args["errors"] = "errors.txt"

if not "costs" in resultor_init_args.keys():
resultor_init_args["costs"] = "costs.txt"
Expand Down

0 comments on commit a073ae8

Please sign in to comment.