From ea9b7890e63efb1b65a80c5b0179366c46b2b532 Mon Sep 17 00:00:00 2001 From: Sebastien-PILUSO <63786997+Sebastien-PILUSO@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:03:08 +0200 Subject: [PATCH] Update utils.py Removed those lines concerning the leaves_only change which made these names different. We could keep them as well, but with the updated name given by the leaves_only change. --- atlas_densities/densities/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/atlas_densities/densities/utils.py b/atlas_densities/densities/utils.py index bf91776..73b8d1c 100644 --- a/atlas_densities/densities/utils.py +++ b/atlas_densities/densities/utils.py @@ -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