when i try to run its_fuel_demand_prod.R, the script fails when it gets to the plotting part and gives the following error:
Error in `geom_line()`:
! Problem while computing aesthetics.
ℹ Error occurred in the 3rd layer.
Caused by error in `FUN()`:
! object 'consumption_bge' not found
it's possible the outputs from refining_module_net.R were updated and therefore the data column needed (consumption_bge) was removed.
when i try to run its_fuel_demand_prod.R, the script fails when it gets to the plotting part and gives the following error:
it's possible the outputs from refining_module_net.R were updated and therefore the data column needed (
consumption_bge) was removed.