We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7407c8b commit 4364180Copy full SHA for 4364180
1 file changed
tests/materials/test_xas.py
@@ -31,20 +31,21 @@ def rester():
31
"required_elements": "elements",
32
"formula": "formula_pretty",
33
"exclude_elements": "material_id",
34
+ "spectrum_ids": "spectrum_id"
35
} # type: dict
36
37
custom_field_tests = {
- "edge": XasEdge.L2_3,
38
+ "edge": XasEdge.L2,
39
"spectrum_type": XasType.EXAFS,
40
"absorbing_element": Element("Ce"),
41
"required_elements": [Element("Ce")],
42
"formula": "Ce(WO4)2",
43
"chemsys": "Ce-O-W",
44
"elements": ["Ce"],
45
+ "spectrum_ids": ["mp-1194531-XANES-Fe-L2","mp-1194531-XANES-Fe-K"],
46
47
48
-@pytest.mark.skip(reason="Temp skip until timeout update.")
49
@pytest.mark.skipif(os.getenv("MP_API_KEY") is None, reason="No API key found.")
50
def test_client(rester):
51
search_method = rester.search
0 commit comments