From 0ba2a00e236a795694b4fe60bf3f639d80bb555c Mon Sep 17 00:00:00 2001 From: jstilley Date: Thu, 30 Nov 2023 09:35:51 -0800 Subject: [PATCH] Fixing duplicate IDs --- armi/reactor/blueprints/assemblyBlueprint.py | 2 +- armi/reactor/blueprints/componentBlueprint.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/armi/reactor/blueprints/assemblyBlueprint.py b/armi/reactor/blueprints/assemblyBlueprint.py index 2d23d1437..0ef15b43a 100644 --- a/armi/reactor/blueprints/assemblyBlueprint.py +++ b/armi/reactor/blueprints/assemblyBlueprint.py @@ -77,7 +77,7 @@ class MaterialModifications(yamlize.Map): the keys/values underneath the name of a specific component in the block. .. impl:: User-impact on material definitions. - :id: I_ARMI_MAT_USER_INPUT + :id: I_ARMI_MAT_USER_INPUT0 :implements: R_ARMI_MAT_USER_INPUT """ diff --git a/armi/reactor/blueprints/componentBlueprint.py b/armi/reactor/blueprints/componentBlueprint.py index f85191351..4994eca18 100644 --- a/armi/reactor/blueprints/componentBlueprint.py +++ b/armi/reactor/blueprints/componentBlueprint.py @@ -165,7 +165,7 @@ def construct(self, blueprint, matMods): """Construct a component or group. .. impl:: User-defined on material alterations are applied here. - :id: I_ARMI_MAT_USER_INPUT + :id: I_ARMI_MAT_USER_INPUT1 :implements: R_ARMI_MAT_USER_INPUT """ runLog.debug("Constructing component {}".format(self.name))