File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 42
42
43
43
##############################################################################
44
44
# 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)
47
47
48
- warnings .filterwarnings ("ignore" )
48
+ # warnings.filterwarnings("ignore")
49
49
50
50
set_log_level ("info" )
51
51
Original file line number Diff line number Diff line change 30
30
31
31
##############################################################################
32
32
# 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)
35
35
36
- warnings .filterwarnings ("ignore" )
36
+ # warnings.filterwarnings("ignore")
37
37
38
38
set_log_level ("info" )
39
39
Original file line number Diff line number Diff line change 59
59
###############################################################################
60
60
61
61
# 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")
65
65
66
66
67
67
###############################################################################
You can’t perform that action at this time.
0 commit comments