Closed Lucas-Otavio closed 6 months ago
Thank you !
It seems that the value is now in string instead of integer : https://github.com/mlco2/codecarbon/actions/runs/8800751288/job/24152593103?pr=534#step:5:819
Hey, sorry for taking some time to come back. I thought that maybe it happened because of the inclusion of float values, so I accounted for that when reading values from the data frame on core/cpu.py
As described in issue https://github.com/mlco2/codecarbon/issues/532, I merged the TDP values with the data in the eco2ai project. For contrasting values, a search was made to find the right one or the value from code carbon was kept; except when the difference was inferior to 1 (due to int-float difference), motivating the adoption of eco2ai's float value. The list of contrasting values can be found in the issue.
Reading the diff file, it also seems my code deleted repeated and contrasting lines within the original CSV file. Let me know if there is a reason why they should be maintained or if a given criteria should have been used to select among them.