Skip to content

Commit

Permalink
Better defaults for VOCS
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Apr 1, 2021
1 parent d7ea8f1 commit 877b3c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xopt/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ def configure_simulation(config):
'templates':None,
'variables':None,
'objectives':None,
'constraints':None,
'linked_variables':None,
'constants':None
'constraints':{},
'linked_variables':{},
'constants':{}
}

def configure_vocs(config):
Expand Down

0 comments on commit 877b3c4

Please sign in to comment.