Skip to content

Commit

Permalink
Remove R_ARMI_CMP_CHILDREN related tags, replacing with R_ARMI_CMP
Browse files Browse the repository at this point in the history
  • Loading branch information
opotowsky committed Dec 28, 2023
1 parent 3693338 commit 3cede10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
8 changes: 4 additions & 4 deletions armi/reactor/composites.py
Original file line number Diff line number Diff line change
Expand Up @@ -2669,7 +2669,7 @@ class Composite(ArmiObject):
reactors.
.. impl:: Composites are a physical part of the reactor in a hierarchical data model.
:id: I_ARMI_CMP
:id: I_ARMI_CMP0
:implements: R_ARMI_CMP
"""

Expand Down Expand Up @@ -2776,9 +2776,9 @@ def getChildren(
"""
Return the children objects of this composite.
.. impl:: Composites have children, in the hierarchical data model.
:id: I_ARMI_CMP_CHILDREN
:implements: R_ARMI_CMP_CHILDREN
.. impl:: Composites have children in the hierarchical data model.
:id: I_ARMI_CMP1
:implements: R_ARMI_CMP
Parameters
----------
Expand Down
10 changes: 3 additions & 7 deletions armi/reactor/tests/test_composites.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,8 @@ def test_composite(self):
"""Test basic Composite things.
.. test:: Composites are part of a hierarchical model.
:id: T_ARMI_CMP
:id: T_ARMI_CMP0
:tests: R_ARMI_CMP
.. test:: Composites are part of a hierarchical model.
:id: T_ARMI_CMP_CHILDREN0
:tests: R_ARMI_CMP_CHILDREN
"""
container = self.container

Expand All @@ -137,8 +133,8 @@ def test_getChildren(self):
"""Test the get children method.
.. test:: Composites are part of a hierarchical model.
:id: T_ARMI_CMP_CHILDREN1
:tests: R_ARMI_CMP_CHILDREN
:id: T_ARMI_CMP1
:tests: R_ARMI_CMP
"""
# There are 5 leaves and 1 composite in container. The composite has one leaf.
firstGen = self.container.getChildren()
Expand Down

0 comments on commit 3cede10

Please sign in to comment.