Skip to content
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

Fix "kW.h/tonUK" definition #165

Open
caio-ramos opened this issue Jan 7, 2025 · 0 comments
Open

Fix "kW.h/tonUK" definition #165

caio-ramos opened this issue Jan 7, 2025 · 0 comments

Comments

@caio-ramos
Copy link
Contributor

caio-ramos commented Jan 7, 2025

Minor improvement in barril/unit/posc.py:

db.AddUnit(
    "specific energy",
    "kilowatt hours/U.S. ton",  -> It should be "kilowatt hours/U.K. ton"
    "kW.h/tonUK",
    f_base_to_unit,
    f_unit_to_base,
    default_category=None,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant