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
With current implementation of WeatherSourceWrapper, there might be a corner case, that is not properly reflected, yet:
If for all coordinates a given weather attribute is unavailable (e.g. there is no temperature information in all coordinates), the weight sum for this attribute equals zero. Thus, when determining the weighted average of this attribute, a division by zero would happen.
The text was updated successfully, but these errors were encountered:
With current implementation of
WeatherSourceWrapper
, there might be a corner case, that is not properly reflected, yet:If for all coordinates a given weather attribute is unavailable (e.g. there is no temperature information in all coordinates), the weight sum for this attribute equals zero. Thus, when determining the weighted average of this attribute, a division by zero would happen.
The text was updated successfully, but these errors were encountered: