Skip to content

Commit

Permalink
fix: missing validation on venting emitter type oil volume (#662)
Browse files Browse the repository at this point in the history
ECALC-1714
  • Loading branch information
frodehk authored Oct 23, 2024
1 parent 4068795 commit 68ef074
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class YamlVentingVolumeEmission(YamlBase):
description="Name of emission",
)
emission_factor: ExpressionType = Field(
None, title="EMISSION_FACTOR", description="Loading/storage volume-emission factor"
..., title="EMISSION_FACTOR", description="Loading/storage volume-emission factor"
)

@field_validator("name", mode="before")
Expand Down

0 comments on commit 68ef074

Please sign in to comment.