Skip to content

Commit

Permalink
Removing defunct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Dec 6, 2023
1 parent 1cd7de5 commit 8992f60
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions armi/physics/neutronics/tests/test_energyGroups.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,11 @@ def test_invalidGroupStructureType(self):
energyGroups.getGroupStructureType(energyBounds)

def test_consistenciesBetweenGroupStructureAndGroupStructureType(self):
"""
Test that the reverse lookup of the energy group structures work.
"""Test that the reverse lookup of the energy group structures work.
.. test:: Check the neutron energy group bounds for a given group structure.
:id: T_ARMI_EG_NE1
:tests: R_ARMI_EG_NE
Notes
-----
Several group structures point to the same energy group structure so the reverse lookup will fail to
get the correct group structure type.
"""
for groupStructureType in energyGroups.GROUP_STRUCTURE:
self.assertEqual(
Expand Down

0 comments on commit 8992f60

Please sign in to comment.