kruize / kruize-ui

Kruize Autotune UI
MIT License
6 stars 12 forks source link

Scientific not. of all values (max, min ...) if different causing issues. #212

Open bhanvimenghani opened 1 week ago

bhanvimenghani commented 1 week ago

Problem Faced: The max value is not being picked up while creating box plot in this case, why need to find. The function is correct, when the format of max does not matches with others its giving bug why (need to fix formats before finding max value)

Sample API Link https://docs.google.com/document/d/1JPiPTGOyMpsHnOrtWUCPmRsroVZJJvmhxxJx13jtnJk/edit?usp=sharing

"min": 1.6529195412386656E-4, "q1": 4.877477555635291E-4, "median": 5.784653733603552E-4, "q3": 6.632653061051075E-4, "max": 2.3224673537228124

Expectations / Delivery Requirements: If the values are in E format, need to see what was going wrong and how it can be made correct. (cant remember the exact way to solve this)

Where to Start? Tweak and check.