SampleModel does not respect all bounds from the template components. This is because the mixin class that creates parameters sets the .min value of various parameters to either 0 or a very small number. This happens in __init__ and overwrites the .min the parameter already had
SampleModel does not respect all bounds from the template components. This is because the mixin class that creates parameters sets the .min value of various parameters to either 0 or a very small number. This happens in
__init__and overwrites the .min the parameter already had