We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22c83c commit 5c5e435Copy full SHA for 5c5e435
tests/test_functions.py
@@ -252,7 +252,7 @@ def test_expand_material_xmls_with_two_isotopes(self):
252
os.system("rm materials.xml")
253
openmc.Materials([my_mat]).export_to_xml()
254
255
- assert expand_materials_xml_to_isotopes("materials.xml") == ["Li7", "Li6"]
+ assert expand_materials_xml_to_isotopes("materials.xml") == ["Li6", "Li7"]
256
257
def test_expand_material_xmls_with_sab(self):
258
0 commit comments