@@ -140,7 +140,7 @@ def test_nucBases_labelAndNameCollsionsAreForSameNuclide(self):
140
140
"""The name and labels for correct for nuclides.
141
141
142
142
.. test:: Validate the name, label, and DB name are accessible for nuclides.
143
- :id: I_ARMI_ND_ISOTOPES0
143
+ :id: T_ARMI_ND_ISOTOPES0
144
144
:tests: R_ARMI_ND_ISOTOPES
145
145
"""
146
146
count = 0
@@ -194,7 +194,7 @@ def test_nucBases_imposeBurn_nuSF(self):
194
194
"""Test the nuclide data from file (specifically neutrons / sponaneous fission).
195
195
196
196
.. test:: Test that nuclide data was read from file instead of code.
197
- :id: I_ARMI_ND_DATA0
197
+ :id: T_ARMI_ND_DATA0
198
198
:tests: R_ARMI_ND_DATA
199
199
"""
200
200
actual = {
@@ -250,7 +250,7 @@ def test_nucBases_Am242m(self):
250
250
"""Test the correct am242g and am242m abbreviations are supported.
251
251
252
252
.. 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
254
254
:tests: R_ARMI_ND_ISOTOPES
255
255
"""
256
256
am242m = nuclideBases .byName ["AM242" ]
@@ -284,7 +284,7 @@ def test_getEndfMatNum(self):
284
284
"""Test get nuclides by name.
285
285
286
286
.. test:: Test get nuclides by name.
287
- :id: I_ARMI_ND_ISOTOPES2
287
+ :id: T_ARMI_ND_ISOTOPES2
288
288
:tests: R_ARMI_ND_ISOTOPES
289
289
"""
290
290
self .assertEqual (nuclideBases .byName ["U235" ].getEndfMatNum (), "9228" )
@@ -392,7 +392,7 @@ def test_loadMcc2Data(self):
392
392
"""Tests consistency with the `mcc-nuclides.yaml` input and the nuclides in the data model.
393
393
394
394
.. test:: Test that MCC v2 IDs can be queried by nuclides.
395
- :id: I_ARMI_ND_ISOTOPES3
395
+ :id: T_ARMI_ND_ISOTOPES3
396
396
:tests: R_ARMI_ND_ISOTOPES
397
397
"""
398
398
with open (os .path .join (RES , "mcc-nuclides.yaml" )) as f :
@@ -413,11 +413,11 @@ def test_loadMcc3Data(self):
413
413
"""Tests consistency with the `mcc-nuclides.yaml` input and the nuclides in the data model.
414
414
415
415
.. test:: Test that MCC v3 IDs can be queried by nuclides.
416
- :id: I_ARMI_ND_ISOTOPES4
416
+ :id: T_ARMI_ND_ISOTOPES4
417
417
:tests: R_ARMI_ND_ISOTOPES
418
418
419
419
.. 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
421
421
:tests: R_ARMI_ND_DATA
422
422
"""
423
423
with open (os .path .join (RES , "mcc-nuclides.yaml" )) as f :
@@ -441,7 +441,7 @@ def test_AAAZZZSNameGenerator(self):
441
441
"""Test that AAAZZS ID name generator.
442
442
443
443
.. test:: Query the AAAZZS IDs can be retrieved for nuclides.
444
- :id: I_ARMI_ND_ISOTOPES5
444
+ :id: T_ARMI_ND_ISOTOPES5
445
445
:tests: R_ARMI_ND_ISOTOPES
446
446
"""
447
447
referenceNucNames = [
0 commit comments