Skip to content

Commit

Permalink
test: Map.compute_centroids for all foundational maps
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Oct 25, 2024
1 parent 31b0912 commit 7e3c69c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions e2e/volumes/test_compute_centroids.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import pytest
import siibra

from siibra.volumes import Map

preconfiugres_maps = list(siibra.maps)


@pytest.mark.parametrize("mp", preconfiugres_maps)
def test_compute_centroids(mp: Map):
_ = mp.compute_centroids()

0 comments on commit 7e3c69c

Please sign in to comment.