nish-kishore / sirfunctions

Key functions used by the SIR team
Other
0 stars 0 forks source link

Bad data value not being computed #63

Closed lizkrowlucal closed 6 months ago

lizkrowlucal commented 6 months ago

stool.data1 is created as a clone of stool.data prior to the modifications in stool.data from the bad.data input.

My bad.

Line 276 needs to be moved to after line 299

Trying to explain more... Line 276 clones stool.data into stool.data1, but then the 279-299 pushes the changes from function input for bad.data onto stool.data. BUT all of the subsequent calculations use stool.data1

mcuadera commented 6 months ago

Made the changes