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

Commit

Permalink
printing where to find the result files
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorpm committed Feb 2, 2024
1 parent eec486a commit 398dccc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bg_atlasgen/validate_atlases.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,8 @@ def validate_atlas(atlas_name, version, validation_functions):
for item in failed_validations:
invalid_atlases.append(item)

print("Summary")
print("### Valid atlases ###")
print(valid_atlases)
print("### Invalid atlases ###")
print(invalid_atlases)
print("Validation has been completed")
print("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")
Expand Down

0 comments on commit 398dccc

Please sign in to comment.