File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
5050set_log_level ("info" )
5151
Original file line number Diff line number Diff line change 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
3838set_log_level ("info" )
3939
Original file line number Diff line number Diff line change 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###############################################################################
You can’t perform that action at this time.
0 commit comments