Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
albeanth committed Jan 8, 2025
1 parent 0fc02c1 commit bee8e49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions armi/nucDirectory/tests/test_nuclideBases.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,11 +466,9 @@ def test_AAAZZZSNameGenerator(self):
:tests: R_ARMI_ND_ISOTOPES
"""
referenceNucNames = [
("C", "120060"),
("C12", "120060"),
("U235", "2350920"),
("AM242M", "2420951"),
("LFP35", None),
("DUMP1", None),
]

for nucName, refAaazzzs in referenceNucNames:
Expand Down

0 comments on commit bee8e49

Please sign in to comment.