# TODO BUG?? Noticed this is failing at 3 decimal place rounding...
immediate_outdoor_crops_rounded = (
self.immediate_outdoor_crops.get_rounded_to_decimal(1)
)
This is saying, that sometimes immediate_outdoor_crops rounded in every month to within 0.1% is negative (so sometimes we get -0.05% or so).
line 509 in interpret.py
This is saying, that sometimes immediate_outdoor_crops rounded in every month to within 0.1% is negative (so sometimes we get -0.05% or so).
Not sure why but also, probably not a big deal.