Skip to content

Commit

Permalink
doc(icon-task): add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leclairm committed Jan 6, 2025
1 parent 3d4a13b commit a6e48cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sirocco/parsing/_yaml_data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class ConfigIconTask(ConfigBaseTask, ConfigIconTaskSpecs):
@field_validator("namelists", mode="before")
@classmethod
def check_nml(cls, nml_list: list[Any]) -> ConfigNamelist:
# TODO: cfg_namelists not allowed to be None
# TODO: namelists not allowed to be None
# TODO: must contain an icon_master.namelist
if not isinstance(nml_list, list):
msg = f"expected a list got type {type(nml_list).__name__}"
Expand Down

0 comments on commit a6e48cd

Please sign in to comment.