From 6603c1daac9e948d55b8f1a93245dec7192d9b41 Mon Sep 17 00:00:00 2001 From: Zachary Prince Date: Mon, 13 Nov 2023 16:17:10 -0700 Subject: [PATCH] Removing long value of static member from documentation (#1474) --- armi/reactor/tests/test_composites.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/armi/reactor/tests/test_composites.py b/armi/reactor/tests/test_composites.py index 6094b4010..22a92a645 100644 --- a/armi/reactor/tests/test_composites.py +++ b/armi/reactor/tests/test_composites.py @@ -39,7 +39,9 @@ class MockBP: allNuclidesInProblem = set(nuclideBases.byName.keys()) + """:meta hide-value:""" activeNuclides = allNuclidesInProblem + """:meta hide-value:""" inactiveNuclides = set() elementsToExpand = set() customIsotopics = {}