Skip to content

Required inputs for filters

s214735 requested to merge filter_inputs into main

It is currently possible to initialize or use a filter without an input. For e.g. Gaussian, thats a problem, since sigma (stdev) is a necessary argument. The reason for fixing this is such that the error is clearly displayed for the user if it is omitted.

Same for min, max and medium - both functions and classes. Tested in filters notebook with no errors

Merge request reports

Loading