Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Revert "Update init"
Browse files Browse the repository at this point in the history
This reverts commit 5878b7e.
  • Loading branch information
kabilar committed Jun 1, 2023
1 parent 5878b7e commit 8c5a79f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ def pipeline():
pipeline.subject.Subject.delete()


@pytest.fixture(autouse=True)
def test_data(dj_config, pipeline):
root_dirs = pipeline["get_imaging_root_data_dir"]
try:
_ = [find_full_path(root_dirs(), p) for p in sessions_dirs]
except FileNotFoundError:


@pytest.fixture
def subjects_csv():
"""Create a 'subjects.csv' file"""
Expand Down

0 comments on commit 8c5a79f

Please sign in to comment.