We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.model_dump()
TaskDoc
from emmet.core.tasks import TaskDoc vasp_task_doc=TaskDoc.from_directory('.') vasp_task_doc.model_dump()["structure_entry"]
The dumped model does not contain the "structure_entry" data even though it is present as an attribute in the Pydantic model.
Not immediately sure.
No response
The text was updated successfully, but these errors were encountered:
Sorry for another false report. I see this is because it's a @propery...
@propery
Sorry, something went wrong.
No branches or pull requests
Problem
The dumped model does not contain the "structure_entry" data even though it is present as an attribute in the Pydantic model.
Proposed Solution
Not immediately sure.
Alternatives
No response
The text was updated successfully, but these errors were encountered: