This PR tries to determine why multiple tests fail for final_size_grps_cpp. This is done by adding yet more tests to try and determine where failures occur. The best guess currently is numerical instability in solve_final_size_newton, which leads to NaNs and 0s returned for final sizes.
This PR tries to determine why multiple tests fail for
final_size_grps_cpp
. This is done by adding yet more tests to try and determine where failures occur. The best guess currently is numerical instability insolve_final_size_newton
, which leads toNaN
s and0
s returned for final sizes.