ctr26 / bioimage_embed

3 stars 3 forks source link

@dataclass(config=dict(extra="allow")) #66

Closed ctr26 closed 1 day ago

ctr26 commented 1 week ago

Config models needs this allow extra for the configs to take in args and kwargs.

Need a function to validate the config against the real method, currently I have nothing in place.