Example #1
0
    def test_cross_val_metrics(self):
        # Given / When
        cross_val_metrics(str(BEVERAGE_DATASET_PATH), str(self.tmp_file_path))

        # Then
        if not self.tmp_file_path.exists():
            self.fail("No metrics found")
Example #2
0
    def test_cross_val_metrics(self):
        # Given / When
        cross_val_metrics(str(self.beverage_dataset_path),
                          str(self.tmp_file_path))

        # Then
        if not self.tmp_file_path.exists():
            self.fail("No metrics found")