Separate namelist validation inConfigIconTask
to dedicated namelist class
#84
Milestone
ConfigIconTask
to dedicated namelist class
#84
Is PR #68 we introduce the field validator for namelist into
ConfigIconTask
. The reason why we cannot put it in separate class with its own validator but have to iterate here is described hereSirocco/src/sirocco/parsing/_yaml_data_models.py
Lines 393 to 395 in 3e4da24
However this might be fixable but it is for the moment too time consuming what the right way is to do as pydantic is complex due to its flexibility.
The text was updated successfully, but these errors were encountered: