Skip to content

Commit

Permalink
flake8 fix to periodic test
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Apr 15, 2020
1 parent e8293ed commit d3d96e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import numpy as np

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

# Import libEnsemble items for this test
Expand Down

0 comments on commit d3d96e1

Please sign in to comment.