Skip to content

Commit

Permalink
param..png > param.png
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Apr 10, 2015
1 parent bd93889 commit b688d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HPOlib/Plotting/plotParam.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def main(pkl_list, name_list, param=None, min_=0.0, max_=0.0,
pass

if save is None or save.lower() not in ["png", "pdf"]:
save = ".png"
save = "png"

save = "params/%s.%s" % (param, save)

Expand Down

0 comments on commit b688d3e

Please sign in to comment.