From 5b209097f02a578b697e696c1e79a5ebd09e5290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20Pfl=C3=BCger?= Date: Thu, 3 Feb 2022 13:29:51 +0100 Subject: [PATCH] Updated outdated docs about NOx conversions. --- src/openscm_units/_unit_registry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openscm_units/_unit_registry.py b/src/openscm_units/_unit_registry.py index 7747157..56a393f 100644 --- a/src/openscm_units/_unit_registry.py +++ b/src/openscm_units/_unit_registry.py @@ -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")``