Skip to content

Commit

Permalink
Merge pull request #358 from UMEP-dev/matthewp/issue355
Browse files Browse the repository at this point in the history
  • Loading branch information
sunt05 authored Feb 4, 2025
2 parents e888040 + 47bffbc commit 8fb8e5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/supy/util/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2309,6 +2309,10 @@ class EmissionsMethod(Enum):
CO2_AND_ENERGY_AND_VOC_AND_NOX_AND_SO2 = 45
CO2_AND_ENERGY_AND_VOC_AND_NOX_AND_SO2_AND_PM = 111

def __int__(self):
"""Representation showing just the value"""
return self.value

# TODO: implement the Enum for other physics schemes

class ModelPhysics(BaseModel):
Expand Down

0 comments on commit 8fb8e5e

Please sign in to comment.