leombastos / 2024_ppa

1 stars 5 forks source link

Data Rounding Issue #10

Open ClintHerndon opened 8 months ago

ClintHerndon commented 8 months ago

Hey everybody, I followed along today but wasn't able to catch the very end. When I went back to finish running everything I got a "False" when comparing if the results were identical. The only difference I noticed was that my k_rate_kgha carried the decimals all the way through rather than using the rounded number. Does anybody have any idea why it would have made a separate column rather than just rounding the original? wrangling1

KVUGA commented 8 months ago

while checking if both are identical or not, I just wanted to bring it to your attentiion if what you checked was the following or not:

identical(soyk_8, soyk_w)

I am pointing it out becuase in the intial code, there was mention of soyk_7 rather than soyk_8, which was edited back to soyk_8 by Dr Bastos in the class. Just check it out once.

leombastos commented 8 months ago

Clint, there is one difference in the name of the column specified in rows 63 and 64, and that is what causing this discrepancy. Can you spot what it is?

jrolando0804 commented 8 months ago

Is it the K on 64 is capitalized ? maybe? i had the same used yesterday !