Skip to content

Commit 4189f77

Browse files
committed
and in all "plot" examples
1 parent 577b7ee commit 4189f77

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

examples/ERP/plot_classify_P300_bi.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242

4343
##############################################################################
4444
# getting rid of the warnings about the future
45-
warnings.simplefilter(action="ignore", category=FutureWarning)
46-
warnings.simplefilter(action="ignore", category=RuntimeWarning)
45+
# warnings.simplefilter(action="ignore", category=FutureWarning)
46+
# warnings.simplefilter(action="ignore", category=RuntimeWarning)
4747

48-
warnings.filterwarnings("ignore")
48+
# warnings.filterwarnings("ignore")
4949

5050
set_log_level("info")
5151

examples/ERP/plot_distances_visualization.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030

3131
##############################################################################
3232
# getting rid of the warnings about the future
33-
warnings.simplefilter(action="ignore", category=FutureWarning)
34-
warnings.simplefilter(action="ignore", category=RuntimeWarning)
33+
# warnings.simplefilter(action="ignore", category=FutureWarning)
34+
# warnings.simplefilter(action="ignore", category=RuntimeWarning)
3535

36-
warnings.filterwarnings("ignore")
36+
# warnings.filterwarnings("ignore")
3737

3838
set_log_level("info")
3939

examples/other_datasets/plot_financial_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
###############################################################################
6060

6161
# getting rid of the warnings about the future
62-
warnings.simplefilter(action="ignore", category=FutureWarning)
63-
warnings.simplefilter(action="ignore", category=RuntimeWarning)
64-
warnings.filterwarnings("ignore")
62+
# warnings.simplefilter(action="ignore", category=FutureWarning)
63+
# warnings.simplefilter(action="ignore", category=RuntimeWarning)
64+
# warnings.filterwarnings("ignore")
6565

6666

6767
###############################################################################

0 commit comments

Comments
 (0)