IndexError: list index out of range

Sentry Issue: HESTIA-PIPELINES-17

IndexError: list index out of range
(2 additional frame(s) were not displayed)
...
  File "hestia_earth/calculation/abstract_engine.py", line 255, in run
    hierarchy.process_hierarchy(self.representation)
  File "hestia_earth/calculation/calculation_hierarchies.py", line 38, in process_hierarchy
    if not self.check_model(model, cycle):
  File "hestia_earth/calculation/emissions/n2OToAirInorganicFertilizerDirect.py", line 26, in check_model
    return model.check_n2OToAirInorganicFertilizerDirect(cycle)
  File "hestia_earth/calculation/models/n2OToAirFertilizerAndExcretadirectStehfestBouwman2006.py", line 129, in check_n2OToAirInorganicFertilizerDirect
    if len(self.inorgN_total) > 0 and len(self.N_total) > 0 and self.check_n2OToAirAllOriginsDirect(cycle):
  File "hestia_earth/calculation/models/n2OToAirFertilizerAndExcretadirectStehfestBouwman2006.py", line 193, in check_n2OToAirAllOriginsDirect
    crop_grouping_info = products[0]['term']['defaultProperties']['cropGrouping']['value']