You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the coordinator UI first loads it shows "NaN" for a number of values until this is resolved with initial values a few seconds in.
My guess is that it starts with default values of zero for a number of variables, divides zero by zero, gets NaN, and loads that straight into the UI without checking. It should probably instead check for NaN and display an empty string or a no data message instead. Or maybe it should check for zero divisor before it even does the division.
The text was updated successfully, but these errors were encountered:
When the coordinator UI first loads it shows "NaN" for a number of values until this is resolved with initial values a few seconds in.
My guess is that it starts with default values of zero for a number of variables, divides zero by zero, gets NaN, and loads that straight into the UI without checking. It should probably instead check for NaN and display an empty string or a no data message instead. Or maybe it should check for zero divisor before it even does the division.
The text was updated successfully, but these errors were encountered: