Skip to content

Component: don't require to overwrite _validate or _finalize

Sebastian Müller requested to merge relaxing_component_implementation into main

For simple models no _validate or _finalize is needed to run correctly.

I replaced the NotImplementedError with a debug log stating that the respective method was not implemented by the user.

See #77 (closed)

Merge request reports