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
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Testing by a working group shows that occasionally a data set will have observations with an area-swept of zero (a_i=0), despite this obviously not making sense. This causes the CPP side to generate a NaN for the objective function.
Data_Fn should be modified to throw an error if a_x=0 for any sample.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Testing by a working group shows that occasionally a data set will have observations with an area-swept of zero (a_i=0), despite this obviously not making sense. This causes the CPP side to generate a NaN for the objective function.
Data_Fn should be modified to throw an error if a_x=0 for any sample.
The text was updated successfully, but these errors were encountered: