Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas committed Nov 12, 2024
1 parent 1512321 commit bf5abf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xesn/optim.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from smt.surrogate_models import KRG
try:
from smt.utils.design_space import DesignSpace
except ImportError
except ImportError:
from smt.design_space import DesignSpace

def optimize(cost_function, **kwargs):
Expand Down

0 comments on commit bf5abf8

Please sign in to comment.