Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
One import per line
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Mar 29, 2016
1 parent 0a8cb03 commit 1867ea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion skopt/tests/test_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from sklearn.utils.testing import assert_array_almost_equal
from sklearn.utils.testing import assert_almost_equal

from skopt.benchmarks import branin, hartmann_6
from skopt.benchmarks import branin
from skopt.benchmarks import hartmann_6


def test_branin():
Expand Down
3 changes: 2 additions & 1 deletion skopt/tests/test_gp_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from sklearn.utils.testing import assert_less

from skopt.gp_opt import gp_minimize
from skopt.benchmarks import branin, hartmann_6
from skopt.benchmarks import branin
from skoprt.benchmarks import hartmann_6


def check_branin(search):
Expand Down

0 comments on commit 1867ea1

Please sign in to comment.