Skip to content

Commit

Permalink
fix: update parameter config file (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsegl authored Jan 16, 2025
1 parent efafe0b commit b6e604b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atmos_validation/schemas/parameter_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ParameterConfig(BaseModel, arbitrary_types_allowed=True, extra=Extra.allow
max: Union[float, int, Literal["NA"]]
CF_standard_name: str
dims: List[str]
qc_tests: Dict[str, QCTest] = Field(default_factory=list)
qc_tests: Dict[str, QCTest] = Field(default_factory=dict)

@validator("dims")
@classmethod
Expand Down

0 comments on commit b6e604b

Please sign in to comment.