[This is only true if the exponent is less than one.](https://github.com/allfed/allfed-integrated-model/blob/cb9a7f7a2157aa777cbf94dc28ecaca0f83131b3/src/food_system/greenhouses.py#L111 ) [Base_reduction cannot be a number and an array at the same time.](https://github.com/allfed/allfed-integrated-model/blob/cb9a7f7a2157aa777cbf94dc28ecaca0f83131b3/src/food_system/greenhouses.py#L92 ) It just happens to work because numpy.float64 allows for that syntax but if the reduction is a list[float], the code fails.
This is only true if the exponent is less than one.
Base_reduction cannot be a number and an array at the same time. It just happens to work because numpy.float64 allows for that syntax but if the reduction is a list[float], the code fails.