From 44ddaccec16dcce526bf48df86e66c1a68eebff6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:00:54 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .gitignore | 1 - tests/test_on_data/setup_paths.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6bdd9f441..c1e9ea2b8 100644 --- a/.gitignore +++ b/.gitignore @@ -134,4 +134,3 @@ venv.bak/ # Spyder .spyproject - diff --git a/tests/test_on_data/setup_paths.py b/tests/test_on_data/setup_paths.py index 63f57965e..86754dc47 100644 --- a/tests/test_on_data/setup_paths.py +++ b/tests/test_on_data/setup_paths.py @@ -19,7 +19,7 @@ # Override LOCAL_PATH in the `gin_test_config.json` file to a point on your system that contains the dataset folder # Use DANDIHub at hub.dandiarchive.org for open, free use of data found in the /shared/catalystneuro/ directory project_root_path = Path(__file__).parent.parent.parent - test_config_path = project_root_path / "tests" / "test_on_data"/ "gin_test_config.json" + test_config_path = project_root_path / "tests" / "test_on_data" / "gin_test_config.json" config_file_exists = test_config_path.exists() if not config_file_exists: