Skip to content

Commit

Permalink
Merge pull request #3177 from SEED-platform/2843-fix/emissions-reduct…
Browse files Browse the repository at this point in the history
…ion-units

fix: minor text change
  • Loading branch information
nllong committed Mar 18, 2022
2 parents be73d73 + ff1996c commit 4744938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions seed/analysis_pipelines/better/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def _process_results(self, analysis_id):
),
ExtraDataColumnPath(
'better_ghg_reductions_combined',
'BETTER Potential GHG Emissions Reduction (MTCO2e)',
'BETTER Potential GHG Emissions Reduction (MtCO2e)',
.001,
'assessment.assessment_energy_use.ghg_reductions_combined'
),
Expand Down Expand Up @@ -423,13 +423,13 @@ def _process_results(self, analysis_id):
),
ExtraDataColumnPath(
'better_ghg_reductions_electricity',
'BETTER Potential Electricity GHG Emissions Reduction (MTCO2e)',
'BETTER Potential Electricity GHG Emissions Reduction (MtCO2e)',
.001,
'assessment.assessment_energy_use.ghg_reductions_e'
),
ExtraDataColumnPath(
'better_ghg_reductions_fuel',
'BETTER Potential Fuel GHG Emissions Reduction (MTCO2e)',
'BETTER Potential Fuel GHG Emissions Reduction (MtCO2e)',
.001,
'assessment.assessment_energy_use.ghg_reductions_f'
),
Expand Down

0 comments on commit 4744938

Please sign in to comment.