Refactor growth increment methods to set `self.growth_incr`.
Simplified the return types for `get_growth_increment` methods across all growth models by directly updating the `self.growth_incr` attribute instead of returning computed values. Updated tests to `unittest` instead of `pytest`
Loading
Please register or sign in to comment