Skip to content

Commit a33a5ee

Browse files
committed
remove test that uses non-public api
1 parent 9a567bf commit a33a5ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_api/test_constr_opt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def constraint_1(para):
7676
assert np.all(x0_values > -5)
7777

7878

79+
"""
7980
def test_constr_opt_2():
8081
n_iter = 50
8182
@@ -150,3 +151,4 @@ def constraint_2(para):
150151
assert n_best_positions <= n_new_positions
151152
152153
assert n_new_positions == n_new_scores
154+
"""

0 commit comments

Comments
 (0)