in analysis/GreenSKU-Framework/src/carbon_model.py [0:0]
def strip_U(s): if isinstance(s, str): return float(s.strip('U')) return float(s)