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

Commit

Permalink
Update bg_atlasgen/validate_atlases.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Felder <[email protected]>
  • Loading branch information
viktorpm and alessandrofelder authored Jan 22, 2024
1 parent 7d7d601 commit c15a21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bg_atlasgen/validate_atlases.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def check_additional_references():
pass


def validate_mesh_structure_pairs(atlas_path: Path):
def validate_mesh_structure_pairs(atlas_name: str, atlas_path: Path):
# json_path = Path(atlas_path / "structures.json")
atlas = BrainGlobeAtlas(atlas_name)

Expand Down

0 comments on commit c15a21a

Please sign in to comment.