You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's some inconsistent type checking here. Consider a library like Cerberus (https://github.com/pyeve/cerberus) which allows you to describe a config schema, enforce types, and define default setters where you need to merge values from args and yaml conditionally. You'll get consistent warning when a required input is of the wrong type or not present at all and it can be configured to purge data that's not part of the schema.
There's some inconsistent type checking here. Consider a library like Cerberus (https://github.com/pyeve/cerberus) which allows you to describe a config schema, enforce types, and define default setters where you need to merge values from args and yaml conditionally. You'll get consistent warning when a required input is of the wrong type or not present at all and it can be configured to purge data that's not part of the schema.
Originally posted by @beautifulentropy in #4 (comment)
The text was updated successfully, but these errors were encountered: