ONSdigital / sml-python-small

Statistical Methods Library for Python Pandas methods used in SPP.
MIT License
10 stars 5 forks source link

Spp 10277 uat failures for non response #68

Closed jhmjam closed 11 months ago

jhmjam commented 11 months ago

Synopsis

The outputs for the totals and components method and the thousand pounds correction methods were both returning incorrectly for missing or none component inputs.

This ticket is streamlining the outputs so that in the event of missing, None or Nan inputs we would get None values for the corresponding output values.

The tests have also been updated to reflect this.

Credit to all the SML developers who helped me with this who are listed as follows:

@gibbardsteve @sanjeevz3009 @JasonBellONS @joepercival @WojciechPONS

Checklist