Skip to content

Commit 7d6b11f

Browse files
committed
simplify gene exp anchor creation
1 parent 5951148 commit 7d6b11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

siibra/livequeries/allen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def query(self, concept: structure.BrainStructure) -> List[GeneExpressions]:
162162
# It will be attached to the returned feature, with the set of matched
163163
# MNI coordinates as anchor's location.
164164
anchor = _anchor.AnatomicalAnchor(
165-
location=pointcloud.from_points(intersecting_points),
165+
location=intersecting_points,
166166
species=self.species
167167
)
168168
explanation = f"MNI coordinates of tissue samples were filtered using {concept}"

0 commit comments

Comments
 (0)