def tearDownClass(cls):
     if LooseVersion(pd.__version__) >= LooseVersion("0.25"):
         pd.reset_option("plotting.backend")
     reset_option("plotting.backend")
     reset_option("plotting.max_rows")
     reset_option("plotting.sample_ratio")
     super().tearDownClass()
 def tearDownClass(cls):
     reset_option("compute.ops_on_diff_frames")
     super().tearDownClass()
예제 #3
0
 def tearDownClass(cls):
     pd.reset_option("plotting.backend")
     reset_option("plotting.backend")
     reset_option("plotting.max_rows")
     reset_option("plotting.sample_ratio")
     super().tearDownClass()
예제 #4
0
 def tearDownClass(cls):
     reset_option("display.max_rows")
     super().tearDownClass()