Wallaby Series Release Notes¶
4.2.0¶
Bug Fixes¶
Fix
create_thresholdmethod when using cost as 0. When using 0 as the cost, thecreate_thresholdmethod throws an exception. That happens because 0 (zero) is evaluated to False. Therefore, we need to change the validation method to check if the values are None.