HopkinsIDD/flepiMoP

Write validation check on config

saraloo opened this issue · 4 comments

Put together a checker for configs pre-run. This should tell you if something is indented wrong, or if there is an outdated method, or something is incorrectly implemented. Note, this can be increasingly complex, as it can include functions for testing and checking data as well. Start in a straightforward way though.

Starting this here using pydantic

c8c9d97

Thanks!

See PR #222

Done - not used yet, but exists! Should be used in building tests