Skip to content

Commit

Permalink
and in all "plot" examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan committed Feb 5, 2025
1 parent 577b7ee commit 4189f77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/ERP/plot_classify_P300_bi.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@

##############################################################################
# getting rid of the warnings about the future
warnings.simplefilter(action="ignore", category=FutureWarning)
warnings.simplefilter(action="ignore", category=RuntimeWarning)
# warnings.simplefilter(action="ignore", category=FutureWarning)
# warnings.simplefilter(action="ignore", category=RuntimeWarning)

warnings.filterwarnings("ignore")
# warnings.filterwarnings("ignore")

set_log_level("info")

Expand Down
6 changes: 3 additions & 3 deletions examples/ERP/plot_distances_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@

##############################################################################
# getting rid of the warnings about the future
warnings.simplefilter(action="ignore", category=FutureWarning)
warnings.simplefilter(action="ignore", category=RuntimeWarning)
# warnings.simplefilter(action="ignore", category=FutureWarning)
# warnings.simplefilter(action="ignore", category=RuntimeWarning)

warnings.filterwarnings("ignore")
# warnings.filterwarnings("ignore")

set_log_level("info")

Expand Down
6 changes: 3 additions & 3 deletions examples/other_datasets/plot_financial_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
###############################################################################

# getting rid of the warnings about the future
warnings.simplefilter(action="ignore", category=FutureWarning)
warnings.simplefilter(action="ignore", category=RuntimeWarning)
warnings.filterwarnings("ignore")
# warnings.simplefilter(action="ignore", category=FutureWarning)
# warnings.simplefilter(action="ignore", category=RuntimeWarning)
# warnings.filterwarnings("ignore")


###############################################################################
Expand Down

0 comments on commit 4189f77

Please sign in to comment.