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 8b38e26 commit 82225b2Copy full SHA for 82225b2
tests/test_client.py
@@ -36,6 +36,7 @@
36
# "tasks",
37
# "bonds",
38
"materials_xas",
39
+ "materials_tasks",
40
"materials_elasticity",
41
"materials_fermi",
42
"materials_alloys",
@@ -81,4 +82,5 @@ def test_generic_get_methods(rester):
81
82
83
elif name not in special_resters:
84
doc = rester.get_data_by_id(key_only_resters[name], fields=[key])
85
+ print(doc.model_dump())
86
assert isinstance(doc, rester.document_model)
0 commit comments