File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ def test_example(self):
1111 t1 = ants .image_read (antspynet .get_antsxnet_data ('mprage_hippmapp3r' ))
1212 seg = antspynet .brain_extraction (t1 , modality = "t1" )
1313
14- class Test_t1nobrainer (unittest .TestCase ):
15- def setUp (self ):
16- pass
17- def tearDown (self ):
18- pass
19- def test_example (self ):
20- t1 = ants .image_read (antspynet .get_antsxnet_data ('mprage_hippmapp3r' ))
21- seg = antspynet .brain_extraction (t1 , modality = "t1nobrainer" )
14+ # class Test_t1nobrainer(unittest.TestCase):
15+ # def setUp(self):
16+ # pass
17+ # def tearDown(self):
18+ # pass
19+ # def test_example(self):
20+ # t1 = ants.image_read(antspynet.get_antsxnet_data('mprage_hippmapp3r'))
21+ # seg = antspynet.brain_extraction(t1, modality="t1nobrainer")
2222
2323class Test_t1combined (unittest .TestCase ):
2424 def setUp (self ):
You can’t perform that action at this time.
0 commit comments