Skip to content

Commit

Permalink
Updated outdated docs about NOx conversions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Feb 8, 2022
1 parent ad21956 commit 5b20909
Showing 1 changed file with 2 additions and 2 deletions.
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 5b20909

Please sign in to comment.