Skip to content

Commit

Permalink
fix ego notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Oct 9, 2020
1 parent b35a09a commit edd4d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/SMT_EGO_application.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20980,7 +20980,7 @@
" x_data = np.atleast_2d(np.append(x_data,x_et_k)).T\n",
" \n",
" Y_GP_plot = gpr.predict_values(X_plot)\n",
" Y_GP_plot_var = t.predict_variances(X_plot)\n",
" Y_GP_plot_var = gpr.predict_variances(X_plot)\n",
" Y_EI_plot = (X_plot)\n",
"\n",
" fig = plt.figure(figsize=[10,10])\n",
Expand Down Expand Up @@ -24466,7 +24466,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.8.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit edd4d2b

Please sign in to comment.