Skip to content

Commit

Permalink
Responding to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Dec 4, 2023
1 parent 95d5b26 commit 0d424f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions armi/reactor/tests/test_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,9 @@ class MockSyncPC(parameters.ParameterCollection):


def makeComp(name):
"""Helper method for MPI sync tests: mock up a Composite with a minimal param collections."""
c = composites.Composite(name)
c.p = MockSyncPC()
for pd in c.p.paramDefs:
pd.assigned = parameters.NEVER
return c


Expand Down

0 comments on commit 0d424f1

Please sign in to comment.