Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

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 Feb 2, 2024
1 parent 398dccc commit 56686e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bg_atlasgen/validate_atlases.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ def validate_atlas(atlas_name, version, validation_functions):
invalid_atlases.append(item)

print("Validation has been completed")
print("Find successful_validations.json and failed_validations.json in ~/.brainglobe/atlases/validation/")
print(

Check warning on line 204 in bg_atlasgen/validate_atlases.py

View check run for this annotation

Codecov / codecov/patch

bg_atlasgen/validate_atlases.py#L203-L204

Added lines #L203 - L204 were not covered by tests
"Find successful_validations.json and failed_validations.json in ~/.brainglobe/atlases/validation/"
)

# Get the directory path
output_dir_path = str(get_brainglobe_dir() / "atlases/validation")

Check warning on line 209 in bg_atlasgen/validate_atlases.py

View check run for this annotation

Codecov / codecov/patch

bg_atlasgen/validate_atlases.py#L209

Added line #L209 was not covered by tests
Expand Down

0 comments on commit 56686e1

Please sign in to comment.