Skip to content

Commit beb5907

Browse files
test: make quantile=5 for MOE 2D case
1 parent 6848450 commit beb5907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SurrogatesMOE/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ end
8585
RadialBasisStructure(radial_function = linearRadial(), scale_factor = 1.0,
8686
sparse = false),
8787
]
88-
moe_nd_krig_rad = MOE(x, y, expert_types, ndim = 2)
88+
moe_nd_krig_rad = MOE(x, y, expert_types, ndim = 2, quantile = 5)
8989
moe_pred_vals = moe_nd_krig_rad.(x_test)
9090
true_vals = discont_NDIM.(x_test)
9191
moe_rmse = rmse(true_vals, moe_pred_vals)

0 commit comments

Comments
 (0)