Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Bayoumy committed Apr 26, 2024
1 parent 3f93348 commit 85441e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ def Sellar_scipy():
coordination=coord,
opt=Sellar_opt1,
fmin_nop=np.inf,
budget=10,
budget=50,
display=False,
psize = 1.,
pupdate=PSIZE_UPDATE.LAST,
Expand All @@ -1207,7 +1207,7 @@ def Sellar_scipy():
coordination=coord,
opt=Sellar_opt2,
fmin_nop=np.inf,
budget=10,
budget=50,
display=False,
psize = 1.,
pupdate=PSIZE_UPDATE.LAST,
Expand Down

0 comments on commit 85441e0

Please sign in to comment.