How does fractional credit work?
Posted: Sat May 10, 2025 8:43 am
Sometimes the credit awarded for a WU is not a whole number:
How is it added to the user/team's total score? Is it rounded? Does the total score just keep track of fractional points? In the WU I posted, did it earn me 43917 points, 43918, or actually 43917.6 without loss of precision?
A forum search for "fractional credit" and a few variations turned up nothing.
Code: Select all
$ curl -s https://api.foldingathome.org/project/12486/run/5/clone/5/gen/87 | python3 -m json.tool
[
{
"user": "Grimoire_of_Lolice",
"team": 230362,
"cpuid": "456F3C0C9570FC3A",
"credit": 43917.6,
"credit_time": "2025-05-09 16:31:53",
"log_time": "2025-05-09 16:25:20",
"assign_time": "2025-05-09 06:31:57",
"days": 0.4121,
"code": "Ok"
}
]
A forum search for "fractional credit" and a few variations turned up nothing.