``` >>> u = cfunits.Units(1.0) Traceback (most recent call last) ... ValueError: Can't set unsupported unit: 1.0 ``` This should instead store the bad units and set the `isvalid` attribute to `False` See https://github.com/NCAS-CMS/cf-python/issues/23
This should instead store the bad units and set the
isvalidattribute toFalseSee NCAS-CMS/cf-python#23