baktoft / yaps

YAPS - Yet Another Positioning Solver
GNU General Public License v3.0
19 stars 4 forks source link

Error in stats: NA/NaN gradient evaluation #46

Open cvwalker96 opened 7 months ago

cvwalker96 commented 7 months ago

Running getSyncModel() results in a error after an extended period of time. The error is as follows: "Error in stats::nlminb(inits, obj$fn, obj$gr, lower = c(-10), upper = c(-2)) : NA/NaN gradient evaluation"

I was wondering if there was anyway to trouble shoot this error?