cobaya
cobaya copied to clipboard
Enhance type checking
The method validate_info
of CobayaComponent
, checks only bool
.
This PR is enhancing that to check every relevant type, including generic types (List[], Dict[], Tuple[], etc).