Skip to content

Commit

Permalink
fix name in converted *.pb files
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Mar 31, 2015
1 parent e1fee07 commit bd93889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HPOlib/format_converter/pb_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def write(searchspace):
exp = Experiment()
# Assumption: Algo is written in Python called cv.py, only works for HPOlib
exp.language = PYTHON
exp.name = "HPOlib.cv"
exp.name = "spearmint_to_HPOlib"

tmp_para_list = list()
for parakey in searchspace:
Expand Down

0 comments on commit bd93889

Please sign in to comment.