Closed IAlibay closed 1 month ago
I would also suggest not making a blanket components
dictionary, but rather pass through the individual outputs of system_validation.get_components
. This makes for a better typed experience and developers have a better idea of what's being passed through.
Neither of these have a strong dependence on
self
and are probably better placed in some utility space. It will also make testing a lot easier.At the very least we should make these staticmethods.