def test_train_test_metrics(self): # Given / When train_test_metrics(str(BEVERAGE_DATASET_PATH), str(BEVERAGE_DATASET_PATH), str(self.tmp_file_path)) # Then if not self.tmp_file_path.exists(): self.fail("No metrics found")
def test_train_test_metrics(self): # Given / When train_test_metrics(str(self.beverage_dataset_path), str(self.beverage_dataset_path), str(self.tmp_file_path)) # Then if not self.tmp_file_path.exists(): self.fail("No metrics found")