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 278d9db commit ee6263aCopy full SHA for ee6263a
pymatgen/io/validation/validation.py
@@ -53,7 +53,7 @@ class ValidationDoc(EmmetBaseModel):
53
Validation document for a VASP calculation
54
"""
55
56
- task_id: MPID | None = Field(None, description="The task_id for this validation document")
+ task_id: MPID = Field(None, description="The task_id for this validation document")
57
58
valid: bool = Field(False, description="Whether this task is valid or not")
59
0 commit comments