def test_perm_compare_cut(self): print(sys._getframe().f_code.co_name) datasets = [self.dataset1,self.cutdataset] try: hf.perm_compare(datasets) except Exception as e: raise plt.close('all')
def test_perm_compare_allplots(self): print(sys._getframe().f_code.co_name) datasets = [self.dataset1,self.dataset2] try: hf.perm_compare(datasets,allplots=True) except Exception as e: raise plt.close('all')