Skip to content

Commit ff9aa9f

Browse files
committed
Fixing lint problems
1 parent 729a5d2 commit ff9aa9f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Diff for: armi/reactor/tests/test_components.py

+12-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ def test_initializeComponentMaterial(self):
182182
self.assertEqual(expectedName, actualName)
183183
self.assertEqual(expectedMaterialName, actualMaterialName)
184184

185-
186185
def test_setNumberDensity(self):
187186
"""Test setting a single number density.
188187
@@ -480,6 +479,7 @@ def test_dimensionThermallyExpands(self):
480479

481480
def test_getArea(self):
482481
"""Calculate area of circle.
482+
483483
.. test:: Calculate area of circle.
484484
:id: T_ARMI_COMP_VOL1
485485
:tests: R_ARMI_COMP_VOL
@@ -772,6 +772,7 @@ class TestTriangle(TestShapedComponent):
772772

773773
def test_getArea(self):
774774
"""Calculate area of triangle.
775+
775776
.. test:: Calculate area of triangle
776777
:id: T_ARMI_COMP_VOL2
777778
:tests: R_ARMI_COMP_VOL
@@ -835,6 +836,7 @@ def test_negativeArea(self):
835836

836837
def test_getBoundingCircleOuterDiameter(self):
837838
"""Get outer diameter bounding circle.
839+
838840
.. test:: Rectangle shaped component
839841
:id: T_ARMI_COMP_SHAPES2
840842
:tests: R_ARMI_COMP_SHAPES
@@ -849,6 +851,7 @@ def test_getCircleInnerDiameter(self):
849851

850852
def test_getArea(self):
851853
"""Calculate area of rectangle.
854+
852855
.. test:: Calculate area of rectangle
853856
:id: T_ARMI_COMP_VOL3
854857
:tests: R_ARMI_COMP_VOL
@@ -897,6 +900,7 @@ def test_getBoundingCircleOuterDiameter(self):
897900

898901
def test_getArea(self):
899902
"""Calculate area of solid rectangle.
903+
900904
.. test:: Calculate area of solid rectangle.
901905
:id: T_ARMI_COMP_VOL4
902906
:tests: R_ARMI_COMP_VOL
@@ -1030,6 +1034,7 @@ def test_negativeVolume(self):
10301034

10311035
def test_getVolume(self):
10321036
"""Calculate area of cube.
1037+
10331038
.. test:: Calculate area of cube.
10341039
:id: T_ARMI_COMP_VOL6
10351040
:tests: R_ARMI_COMP_VOL
@@ -1081,6 +1086,7 @@ def test_getCircleInnerDiameter(self):
10811086

10821087
def test_getArea(self):
10831088
"""Calculate area of hexagon.
1089+
10841090
.. test:: Calculate area of hexagon.
10851091
:id: T_ARMI_COMP_VOL7
10861092
:tests: R_ARMI_COMP_VOL
@@ -1144,6 +1150,7 @@ def test_getCircleInnerDiameter(self):
11441150

11451151
def test_getArea(self):
11461152
"""Calculate area of holed hexagon.
1153+
11471154
.. test:: Calculate area of holed hexagon.
11481155
:id: T_ARMI_COMP_VOL8
11491156
:tests: R_ARMI_COMP_VOL
@@ -1196,6 +1203,7 @@ def test_getCircleInnerDiameter(self):
11961203

11971204
def test_getArea(self):
11981205
"""Calculate area of hex holed circle.
1206+
11991207
.. test:: Calculate area of hex holed circle.
12001208
:id: T_ARMI_COMP_VOL9
12011209
:tests: R_ARMI_COMP_VOL
@@ -1258,6 +1266,7 @@ def test_getCircleInnerDiameter(self):
12581266

12591267
def test_getArea(self):
12601268
"""Calculate area of holed rectangle.
1269+
12611270
.. test:: Calculate area of holed rectangle.
12621271
:id: T_ARMI_COMP_VOL10
12631272
:tests: R_ARMI_COMP_VOL
@@ -1335,6 +1344,7 @@ def test_getCircleInnerDiameter(self):
13351344

13361345
def test_getArea(self):
13371346
"""Calculate area of helix.
1347+
13381348
.. test:: Calculate area of helix.
13391349
:id: T_ARMI_COMP_VOL11
13401350
:tests: R_ARMI_COMP_VOL
@@ -1419,6 +1429,7 @@ class TestSphere(TestShapedComponent):
14191429

14201430
def test_getVolume(self):
14211431
"""Calculate area of sphere.
1432+
14221433
.. test:: Calculate area of sphere.
14231434
:id: T_ARMI_COMP_VOL12
14241435
:tests: R_ARMI_COMP_VOL

0 commit comments

Comments
 (0)