# TODOS: - [x] Reset User Quota from bytes to GB Solved by #1749 - [x] Find the use of GiB/MiB/KiB in storage analytics and other places and replace with GB/MB/KB Solved by: #1752 - [x] Size of files is formatted at different places with different functions, use only one size formatter everywhere Solved by: #1752 - [x] Check why the submission size in used quota doubles when submission finishes Maybe because of submission file saved in the prediction output (#1833) - [x] Find and fix the NAN file size issue Fixed by manually computing sizes using the code in the comments below For more details check the comments section of this PR: #1738
TODOS:
Reset User Quota from bytes to GB
Solved by User quota is updated to GB from Bytes #1749
Find the use of GiB/MiB/KiB in storage analytics and other places and replace with GB/MB/KB
Solved by: File Sizes cleanup #1752
Size of files is formatted at different places with different functions, use only one size formatter everywhere
Solved by: File Sizes cleanup #1752
Check why the submission size in used quota doubles when submission finishes
Maybe because of submission file saved in the prediction output (Discrepancy in Reported Storage Quota Usage #1833)
Find and fix the NAN file size issue
Fixed by manually computing sizes using the code in the comments below
For more details check the comments section of this PR: #1738