Skip to content

Commit

Permalink
Merge pull request #34 from mikapfl/nox-doc-fix
Browse files Browse the repository at this point in the history
Updated outdated docs about NOx conversions.
  • Loading branch information
mikapfl authored Feb 8, 2022
2 parents ad21956 + 646f5c0 commit f97fac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ master
------

- (`#33 <https://github.com/openscm/openscm-units/pull/33>`_) Generate static usage documentation from the introduction notebook
- (`#34 <https://github.com/openscm/openscm-units/pull/34>`_) Update documentation regarding NOx conversions.

v0.5.0
------
Expand Down
4 changes: 2 additions & 2 deletions src/openscm_units/_unit_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
- fairly obvious ones e.g. carbon dioxide emissions can be provided in 'C' or 'CO2' and
converting between the two is possible
- less obvious ones e.g. NOx emissions can be provided in 'N' or 'NOx' (a short-hand
which is assumed to be NO2), we provide conversions between these two
- less obvious ones e.g. NOx emissions can be provided in 'N' or 'NOx', we provide
conversions between these two which can be enabled if needed (see below).
- case-sensitivity. In order to provide a simplified interface, using all uppercase
versions of any unit is also valid e.g. ``unit_registry("HFC4310mee")`` is the same as
``unit_registry("HFC4310MEE")``
Expand Down

0 comments on commit f97fac6

Please sign in to comment.