diff --git a/test/perturbation_test.py b/test/perturbation_test.py index fe77d12d..d18c9c41 100644 --- a/test/perturbation_test.py +++ b/test/perturbation_test.py @@ -15,8 +15,6 @@ # Find path to the test directory. This is because we need to read datafiles stored in subdirectories. CURRENT_DIR = os.path.dirname(os.path.abspath(__file__)) -WRITE_TEMP_FILES = False - def test_noise_perturbation(): @@ -476,8 +474,6 @@ def run_experiment(perturbation_settings, by_slice=False): perturbation_settings=perturbation_settings ) - # TODO: Is support for writing a tempdir needed? `write_dir` wasn't used... - data = extract_features_and_images( write_features=False, export_features=True,