@@ -140,7 +140,7 @@ def test_nucBases_labelAndNameCollsionsAreForSameNuclide(self):
140140 """The name and labels for correct for nuclides.
141141
142142 .. test:: Validate the name, label, and DB name are accessible for nuclides.
143- :id: I_ARMI_ND_ISOTOPES0
143+ :id: T_ARMI_ND_ISOTOPES0
144144 :tests: R_ARMI_ND_ISOTOPES
145145 """
146146 count = 0
@@ -194,7 +194,7 @@ def test_nucBases_imposeBurn_nuSF(self):
194194 """Test the nuclide data from file (specifically neutrons / sponaneous fission).
195195
196196 .. test:: Test that nuclide data was read from file instead of code.
197- :id: I_ARMI_ND_DATA0
197+ :id: T_ARMI_ND_DATA0
198198 :tests: R_ARMI_ND_DATA
199199 """
200200 actual = {
@@ -250,7 +250,7 @@ def test_nucBases_Am242m(self):
250250 """Test the correct am242g and am242m abbreviations are supported.
251251
252252 .. test:: Specifically test for Am242 and Am242g because it is a special case.
253- :id: I_ARMI_ND_ISOTOPES1
253+ :id: T_ARMI_ND_ISOTOPES1
254254 :tests: R_ARMI_ND_ISOTOPES
255255 """
256256 am242m = nuclideBases .byName ["AM242" ]
@@ -284,7 +284,7 @@ def test_getEndfMatNum(self):
284284 """Test get nuclides by name.
285285
286286 .. test:: Test get nuclides by name.
287- :id: I_ARMI_ND_ISOTOPES2
287+ :id: T_ARMI_ND_ISOTOPES2
288288 :tests: R_ARMI_ND_ISOTOPES
289289 """
290290 self .assertEqual (nuclideBases .byName ["U235" ].getEndfMatNum (), "9228" )
@@ -392,7 +392,7 @@ def test_loadMcc2Data(self):
392392 """Tests consistency with the `mcc-nuclides.yaml` input and the nuclides in the data model.
393393
394394 .. test:: Test that MCC v2 IDs can be queried by nuclides.
395- :id: I_ARMI_ND_ISOTOPES3
395+ :id: T_ARMI_ND_ISOTOPES3
396396 :tests: R_ARMI_ND_ISOTOPES
397397 """
398398 with open (os .path .join (RES , "mcc-nuclides.yaml" )) as f :
@@ -413,11 +413,11 @@ def test_loadMcc3Data(self):
413413 """Tests consistency with the `mcc-nuclides.yaml` input and the nuclides in the data model.
414414
415415 .. test:: Test that MCC v3 IDs can be queried by nuclides.
416- :id: I_ARMI_ND_ISOTOPES4
416+ :id: T_ARMI_ND_ISOTOPES4
417417 :tests: R_ARMI_ND_ISOTOPES
418418
419419 .. test:: Test the MCC nuclide data that was read from file instead of code.
420- :id: I_ARMI_ND_DATA1
420+ :id: T_ARMI_ND_DATA1
421421 :tests: R_ARMI_ND_DATA
422422 """
423423 with open (os .path .join (RES , "mcc-nuclides.yaml" )) as f :
@@ -441,7 +441,7 @@ def test_AAAZZZSNameGenerator(self):
441441 """Test that AAAZZS ID name generator.
442442
443443 .. test:: Query the AAAZZS IDs can be retrieved for nuclides.
444- :id: I_ARMI_ND_ISOTOPES5
444+ :id: T_ARMI_ND_ISOTOPES5
445445 :tests: R_ARMI_ND_ISOTOPES
446446 """
447447 referenceNucNames = [
0 commit comments