-
Notifications
You must be signed in to change notification settings - Fork 2
Add GHG Emissions #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
the formatting passes locally 😖 idk why they aren't passing |
bsyncpy/bsync.py
Outdated
element_enumerations = ["CO2e", "CO2", "CH4", "N2O", "NOx", "SO2", "Other"] | ||
element_enumerations = [ | ||
"CO2e", | ||
"MtCO2e", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to wait confirmation on schema side if we want to add this enumeration or not. MtCO2e
is more like a unit than a type of emissions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JieXiong9119 we are not adding this enumeration in the schema. Looks like it's been updated
It looks like a poetry/pre-commit issue just appearing today. It's fixed on poetry side according to the issue here, but I don't know how to fix this on our side. |
Updating black like they did here fixed it |
Nice! Looks like it's ready to go. |
Nice @haneslinger !! |
Awesome, thanks @haneslinger! |
No description provided.