Skip to content

Commit

Permalink
filter FutureWarning (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Sep 6, 2023
1 parent 943f4dd commit 1b8ac02
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
# Ax uses a deprecated warn command.
warnings.filterwarnings("ignore", category=UserWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)
warnings.filterwarnings("ignore", category=FutureWarning)

from libensemble.gen_funcs.persistent_ax_multitask import persistent_gp_mt_ax_gen_f

Expand Down

0 comments on commit 1b8ac02

Please sign in to comment.