Skip to content

Commit

Permalink
Removing long value of static member from documentation (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmprince authored Nov 13, 2023
1 parent 2af81e9 commit 6603c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions armi/reactor/tests/test_composites.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@

class MockBP:
allNuclidesInProblem = set(nuclideBases.byName.keys())
""":meta hide-value:"""
activeNuclides = allNuclidesInProblem
""":meta hide-value:"""
inactiveNuclides = set()
elementsToExpand = set()
customIsotopics = {}
Expand Down

0 comments on commit 6603c1d

Please sign in to comment.