File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,14 @@ def test_morph(self, setup):
4545
4646class TestMorphSpheroid :
4747 # Common configs for testing MorphSpheroid and MorphISpheroid
48- # FIXME: add test data for prolate spheroids
4948 config_sphere = {"radius" : 17.5 , "pradius" : 17.5 }
5049 config_oblate = {"radius" : 17.5 , "pradius" : 5.0 }
5150 config_prolate = {"radius" : 5.0 , "pradius" : 17.5 }
52- spheroid_configs = [config_sphere , config_oblate ]
51+ spheroid_configs = [config_sphere , config_oblate , config_prolate ]
5352 iconfig_sphere = {"iradius" : 17.5 , "ipradius" : 17.5 }
5453 iconfig_oblate = {"iradius" : 17.5 , "ipradius" : 5.0 }
5554 iconfig_prolate = {"iradius" : 5.0 , "ipradius" : 17.5 }
56- ispheroid_configs = [iconfig_sphere , iconfig_oblate ]
55+ ispheroid_configs = [iconfig_sphere , iconfig_oblate , iconfig_prolate ]
5756
5857 # Files used for testing
5958 flag_inverse = (
You can’t perform that action at this time.
0 commit comments