Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update utils.py #51

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions atlas_densities/densities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,6 @@ def get_fiber_tract_ids(region_map: "RegionMap") -> set[int]:
region_map.find("fiber tracts", attr="name", with_descendants=True)
| region_map.find("grooves", attr="name", with_descendants=True)
| region_map.find("ventricular systems", attr="name", with_descendants=True)
| region_map.find("Basic cell groups and regions", attr="name")
| region_map.find("Cerebellum", attr="name")
)
assert fiber_tracts_ids, "Missing ids in Fiber tracts"
return fiber_tracts_ids
Expand Down
Loading