You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mpr.materials._search(nelements=2, fields=["material_id", "final_structure"]) simply returns the material_id and the final_structure is ignored. This is generally not a good behavior for people to learn that final_structure is not actually a supported field for materials.
The text was updated successfully, but these errors were encountered:
mpr.materials._search(nelements=2, fields=["material_id", "final_structure"])
simply returns the material_id and the final_structure is ignored. This is generally not a good behavior for people to learn that final_structure is not actually a supported field for materials.The text was updated successfully, but these errors were encountered: