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
An average of a quantity over an empty location list is undefined so it's OK that we raise an exception. But for simple integration, the result is just zero. So, anything like this is wrong:
An average of a quantity over an empty location list is undefined so it's OK that we raise an exception. But for simple integration, the result is just zero. So, anything like this is wrong:
Also, for averaging, we are not trapping this exception to escalate it to a higher-level, contextual exception - which we ought to do.
The text was updated successfully, but these errors were encountered: