Skip to content

Commit

Permalink
Removed unused global variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzwanenburg committed Apr 4, 2024
1 parent 4ea7405 commit 330d7f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/perturbation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 330d7f9

Please sign in to comment.