PardeeCenterDU / IFs-Issues-Tracking

This repository only holds the list of bugs that have been reported for IFs. Anyone may add a bug report, but please look to see if your issue has already been added!
2 stars 0 forks source link

Rounding issue in data vetting process #253

Closed quciet closed 10 months ago

quciet commented 11 months ago

When IFs is loading table and adding values for the MostRecent column, it adds arbitrary floating numbers to the end. See the screenshot attached below.

image

I've also attached the IFsDataImport file here. PIP Pov TG 20231031.zip

PardeeCenterIFs commented 11 months ago

Could you please be more specific on how to reproduce this issue. What form, and what button or menu option should I click? What variable are you using for the example, the attached includes several.

quciet commented 11 months ago

Could you please be more specific on how to reproduce this issue. What form, and what button or menu option should I click? What variable are you using for the example, the attached includes several.

Open the IFsDataImport.db in the attached file through IFs vet data import function, you can see these values in the MostRecent column

PardeeCenterIFs commented 11 months ago

Those extra decimals are what's on the ifsHistSeries.db file, I'm only reading the file from RUNFILES, check GiniExtended for example.

PardeeCenterIFs commented 11 months ago

I just tested importing only GiniExtended, and the extra decimals go away, since the problem is not there in the IFsDataImport.db.