diff --git a/moe_examples/combined_example.py b/moe_examples/combined_example.py index ad215eee..5f1247d3 100644 --- a/moe_examples/combined_example.py +++ b/moe_examples/combined_example.py @@ -66,6 +66,7 @@ def run_example(num_to_sample=20, verbose=True, testapp=None, **kwargs): exp.historical_data.to_list_of_sample_points(), # Historical data to inform Gaussian Process points_to_evaluate, # We will calculate the mean and variance of the GP at these points testapp=testapp, + **kwargs ) if verbose: