Skip to content

Commit

Permalink
filter FutureWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Sep 6, 2023
1 parent aa2447c commit 3bac1f7
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 3bac1f7

Please sign in to comment.