Skip to content

Commit

Permalink
turned off TPE doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
claesenm committed Jul 10, 2015
1 parent ec13d68 commit 54e3223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optunity/solvers/TPE.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def suggest_from_box(num_evals, **kwargs):
Verify that we can effectively make a solver from box.
>>> s = TPE.suggest_from_box(30, x=[0, 1], y=[-1, 0], z=[-1, 1])
>>> solver = TPE(**s)
>>> solver = TPE(**s) #doctest:+SKIP
"""
d = dict(kwargs)
Expand Down

0 comments on commit 54e3223

Please sign in to comment.