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

Commit

Permalink
Update tests/test_unit/test_validation.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 Feb 21, 2024
1 parent 552dccf commit 679e4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def atlas_with_bad_reference_file():
def atlas_with_missing_structure():
atlas = BrainGlobeAtlas("osten_mouse_100um")
modified_structures = atlas.structures.copy()
modified_structures.pop(688, None)
modified_structures.pop(688)

modified_atlas = BrainGlobeAtlas("osten_mouse_100um")
modified_atlas.structures = modified_structures
Expand Down

0 comments on commit 679e4a0

Please sign in to comment.