Skip to content

Commit

Permalink
BUG actually enforces fix_params option
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Gomez-Dans committed Apr 10, 2017
1 parent f43da4b commit 9e70f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gp_emulator/emulation_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def create_emulator_validation ( f_simulator, parameters, minvals, maxvals,
# First, create the training set, using the appropriate function from
# above...
samples, distributions = create_training_set ( parameters, minvals, maxvals,
n_train=n_train )
n_train=n_train, fix_params=fix_params )
# Now, create the validation set, using the distributions object we got
# from creating the training set
validate = []
Expand Down

0 comments on commit 9e70f55

Please sign in to comment.