File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments