@@ -182,7 +182,6 @@ def test_initializeComponentMaterial(self):
182
182
self .assertEqual (expectedName , actualName )
183
183
self .assertEqual (expectedMaterialName , actualMaterialName )
184
184
185
-
186
185
def test_setNumberDensity (self ):
187
186
"""Test setting a single number density.
188
187
@@ -480,6 +479,7 @@ def test_dimensionThermallyExpands(self):
480
479
481
480
def test_getArea (self ):
482
481
"""Calculate area of circle.
482
+
483
483
.. test:: Calculate area of circle.
484
484
:id: T_ARMI_COMP_VOL1
485
485
:tests: R_ARMI_COMP_VOL
@@ -772,6 +772,7 @@ class TestTriangle(TestShapedComponent):
772
772
773
773
def test_getArea (self ):
774
774
"""Calculate area of triangle.
775
+
775
776
.. test:: Calculate area of triangle
776
777
:id: T_ARMI_COMP_VOL2
777
778
:tests: R_ARMI_COMP_VOL
@@ -835,6 +836,7 @@ def test_negativeArea(self):
835
836
836
837
def test_getBoundingCircleOuterDiameter (self ):
837
838
"""Get outer diameter bounding circle.
839
+
838
840
.. test:: Rectangle shaped component
839
841
:id: T_ARMI_COMP_SHAPES2
840
842
:tests: R_ARMI_COMP_SHAPES
@@ -849,6 +851,7 @@ def test_getCircleInnerDiameter(self):
849
851
850
852
def test_getArea (self ):
851
853
"""Calculate area of rectangle.
854
+
852
855
.. test:: Calculate area of rectangle
853
856
:id: T_ARMI_COMP_VOL3
854
857
:tests: R_ARMI_COMP_VOL
@@ -897,6 +900,7 @@ def test_getBoundingCircleOuterDiameter(self):
897
900
898
901
def test_getArea (self ):
899
902
"""Calculate area of solid rectangle.
903
+
900
904
.. test:: Calculate area of solid rectangle.
901
905
:id: T_ARMI_COMP_VOL4
902
906
:tests: R_ARMI_COMP_VOL
@@ -1030,6 +1034,7 @@ def test_negativeVolume(self):
1030
1034
1031
1035
def test_getVolume (self ):
1032
1036
"""Calculate area of cube.
1037
+
1033
1038
.. test:: Calculate area of cube.
1034
1039
:id: T_ARMI_COMP_VOL6
1035
1040
:tests: R_ARMI_COMP_VOL
@@ -1081,6 +1086,7 @@ def test_getCircleInnerDiameter(self):
1081
1086
1082
1087
def test_getArea (self ):
1083
1088
"""Calculate area of hexagon.
1089
+
1084
1090
.. test:: Calculate area of hexagon.
1085
1091
:id: T_ARMI_COMP_VOL7
1086
1092
:tests: R_ARMI_COMP_VOL
@@ -1144,6 +1150,7 @@ def test_getCircleInnerDiameter(self):
1144
1150
1145
1151
def test_getArea (self ):
1146
1152
"""Calculate area of holed hexagon.
1153
+
1147
1154
.. test:: Calculate area of holed hexagon.
1148
1155
:id: T_ARMI_COMP_VOL8
1149
1156
:tests: R_ARMI_COMP_VOL
@@ -1196,6 +1203,7 @@ def test_getCircleInnerDiameter(self):
1196
1203
1197
1204
def test_getArea (self ):
1198
1205
"""Calculate area of hex holed circle.
1206
+
1199
1207
.. test:: Calculate area of hex holed circle.
1200
1208
:id: T_ARMI_COMP_VOL9
1201
1209
:tests: R_ARMI_COMP_VOL
@@ -1258,6 +1266,7 @@ def test_getCircleInnerDiameter(self):
1258
1266
1259
1267
def test_getArea (self ):
1260
1268
"""Calculate area of holed rectangle.
1269
+
1261
1270
.. test:: Calculate area of holed rectangle.
1262
1271
:id: T_ARMI_COMP_VOL10
1263
1272
:tests: R_ARMI_COMP_VOL
@@ -1335,6 +1344,7 @@ def test_getCircleInnerDiameter(self):
1335
1344
1336
1345
def test_getArea (self ):
1337
1346
"""Calculate area of helix.
1347
+
1338
1348
.. test:: Calculate area of helix.
1339
1349
:id: T_ARMI_COMP_VOL11
1340
1350
:tests: R_ARMI_COMP_VOL
@@ -1419,6 +1429,7 @@ class TestSphere(TestShapedComponent):
1419
1429
1420
1430
def test_getVolume (self ):
1421
1431
"""Calculate area of sphere.
1432
+
1422
1433
.. test:: Calculate area of sphere.
1423
1434
:id: T_ARMI_COMP_VOL12
1424
1435
:tests: R_ARMI_COMP_VOL
0 commit comments