Skip to content

Commit 3c19e9a

Browse files
ensure those new top-levels are uh optional
1 parent 6130a30 commit 3c19e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emmet-core/emmet/core/neb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ class NebPathwayResult(BaseModel): # type: ignore[call-arg]
528528
description="The chemical system for the structure without active site(s).",
529529
)
530530

531-
active_species: str = Field(
531+
active_species: str | None = Field(
532532
None, description="The formula of the active/mobile species."
533533
)
534534

0 commit comments

Comments
 (0)