Skip to content

Commit

Permalink
Removing improper crumb
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlafleur committed Nov 22, 2023
1 parent ff9aa9f commit b7c8678
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions armi/cases/suiteBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,6 @@ class LatinHyperCubeSuiteBuilder(SuiteBuilder):
quasi-randomly into nonoverlapping partitions. It is recommended to use a surrogate
model with the sampled data to get the full benefit.
.. impl:: A generic mechanism to allow users to modify user inputs in cases
:id: I_ARMI_CASE_MOD2
:implements: R_ARMI_CASE_MOD
Attributes
----------
modifierSets: An array of InputModifiers specifying input parameters.
Expand Down
7 changes: 1 addition & 6 deletions armi/reactor/tests/test_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,7 @@ def test_volumeAfterClearCache(self):
self.assertAlmostEqual(c.getVolume(), 1, 6)

def test_densityConsistent(self):
"""Testing the Component matches quick hand calc.
.. test:: Component density is retrievable
:id: T_ARMI_COMP_MAT1
:tests: R_ARMI_COMP_MAT
"""
"""Testing the Component matches quick hand calc."""
c = self.component

# no volume defined
Expand Down

0 comments on commit b7c8678

Please sign in to comment.