Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 8, 2025
1 parent 46ddd4e commit 44ddacc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,3 @@ venv.bak/

# Spyder
.spyproject

2 changes: 1 addition & 1 deletion tests/test_on_data/setup_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 44ddacc

Please sign in to comment.