Skip to content

Commit

Permalink
added print statement to structure information function
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarBean authored Sep 27, 2024
1 parent ecc4f40 commit 1250a59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def retrieve_structure_information():
"""
# Since this atlas inherits from the allen can we not simply get the data
# from the bgapi?
"determining structures"
print("determining structures")
allen_atlas = BrainGlobeAtlas("allen_mouse_25um")
allen_structures = allen_atlas.structures_list
allen_structures = [

Check warning on line 196 in brainglobe_atlasapi/atlas_generation/atlas_scripts/perens_stereotaxic_mri_mouse.py

View check run for this annotation

Codecov / codecov/patch

brainglobe_atlasapi/atlas_generation/atlas_scripts/perens_stereotaxic_mri_mouse.py#L193-L196

Added lines #L193 - L196 were not covered by tests
Expand Down

0 comments on commit 1250a59

Please sign in to comment.