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 5c5e435 commit f3dfe22Copy full SHA for f3dfe22
tests/test_functions.py
@@ -252,7 +252,8 @@ 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") == ["Li6", "Li7"]
+ assert "Li6" in expand_materials_xml_to_isotopes("materials.xml")
256
+ assert "Li7" in expand_materials_xml_to_isotopes("materials.xml")
257
258
def test_expand_material_xmls_with_sab(self):
259
0 commit comments