Skip to content

Commit

Permalink
Fixing broken regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Apr 16, 2020
1 parent a6dbe98 commit 5bbddf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libensemble/tests/regression_tests/test_aposmm_sim_dirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from libensemble.sim_funcs.branin.branin_obj import call_branin as sim_f

import libensemble.gen_funcs
libensemble.gen_funcs.rc.aposmm_optimizer = 'nlopt'
libensemble.gen_funcs.rc.aposmm_optimizer = ['nlopt', 'scipy']
from libensemble.gen_funcs.aposmm import aposmm_logic as gen_f

from libensemble.tests.regression_tests.support import (persis_info_2 as persis_info,
Expand Down

0 comments on commit 5bbddf0

Please sign in to comment.