We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc43afa commit 5a24729Copy full SHA for 5a24729
1 file changed
tests/client/materials/test_phonon.py
@@ -21,13 +21,13 @@ def test_phonon_search():
21
"fields",
22
],
23
alt_name_dict={
24
- "phonon_ids": "identifier",
+ "identifiers": "identifier",
25
},
26
custom_field_tests={
27
# test search kwarg backwards compat
28
"material_ids": ["mp-149", "mp-13"],
29
- "phonon_ids": ["ft", "mp-13"],
30
- "phonon_ids": "mp-149",
+ "identifiers": ["ft", "mp-13"],
+ "identifiers": "mp-149",
31
"phonon_method": "dfpt",
32
33
sub_doc_fields=[],
0 commit comments