Skip to content

Commit

Permalink
fix emissions units bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kemccusker committed Aug 23, 2021
1 parent efc13b0 commit 6ea7084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fair/Scenario/scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def get_gas_species_names(self):

def get_gas_species_units(self):

units = _get_ordered_emissions_units(ssp=scenario).values
units = _get_ordered_emissions_units(ssp=self.scenario).values

return ['year',] + list(units)

Expand Down

0 comments on commit 6ea7084

Please sign in to comment.