def failing_fuel_targets(check_recent: true)
      failed = []
      failed << :electricity if failing?(electricity_progress, check_recent)
      failed << :gas if failing?(gas_progress, check_recent)
      failed << :storage_heater if failing?(storage_heater_progress, check_recent)