Closed maurolepore closed 11 months ago
Since v0.0.0.9107 the column *isic_4digit can now have values of any length. However emissions_profile_any_at_product_level() still calls sanitize_co2(), which padas isic* to 4 characters. Investigate and make sure there is a test.
*isic_4digit
emissions_profile_any_at_product_level()
sanitize_co2()
isic*
It turns out that titlIndicator doesn't use *isic* in any way to it does not pad it.
*isic*
Since v0.0.0.9107 the column
*isic_4digit
can now have values of any length. Howeveremissions_profile_any_at_product_level()
still callssanitize_co2()
, which padasisic*
to 4 characters. Investigate and make sure there is a test.