Skip to content

Commit 68535a2

Browse files
committed
fix merge conflict
1 parent d256718 commit 68535a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/tests/test_regressions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,13 @@ def test_issue0069(om):
316316
result = om.sands.ParcellationEntity.by_name("NODa,b")
317317
assert result.abbreviation == "NODa,b"
318318

319-
result = om.sands.CommonCoordinateSpace.by_name("MEBRAINS population-based monkey brain template")
319+
result = om.sands.CommonCoordinateFramework.by_name("MEBRAINS population-based monkey brain template")
320320
assert result.full_name == "MEBRAINS population-based monkey brain template"
321321

322322
assert om.controlled_terms.BiologicalOrder.by_name("rodents") == om.controlled_terms.BiologicalOrder.by_name("Rodentia") != None
323323

324324
# Test with "all=True"
325-
results = om.sands.BrainAtlasVersion.by_name("Julich-Brain Atlas", all=True)
325+
results = om.sands.AnatomicalAtlasVersion.by_name("Julich-Brain Atlas", all=True)
326326
assert len(results) == 30
327327
assert all(r.short_name == "Julich-Brain Atlas" for r in results)
328328
assert len(set(r.id for r in results)) == len(results)

0 commit comments

Comments
 (0)