Skip to content

Commit

Permalink
test: make quantile=5 for MOE 2D case
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Sep 21, 2023
1 parent 6848450 commit beb5907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SurrogatesMOE/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ end
RadialBasisStructure(radial_function = linearRadial(), scale_factor = 1.0,
sparse = false),
]
moe_nd_krig_rad = MOE(x, y, expert_types, ndim = 2)
moe_nd_krig_rad = MOE(x, y, expert_types, ndim = 2, quantile = 5)
moe_pred_vals = moe_nd_krig_rad.(x_test)
true_vals = discont_NDIM.(x_test)
moe_rmse = rmse(true_vals, moe_pred_vals)
Expand Down

0 comments on commit beb5907

Please sign in to comment.