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
The following error intermittently comes up in CI (I cannot replicate it locally):
Error in rxState(x) :
Evaluation error: Evaluation error: INTEGER() can only be applied to a 'integer', not a 'NULL'..
[1] "error fitting the model for the covariate "
<simpleError: Evaluation error: Evaluation error: INTEGER() can only be applied to a 'integer', not a 'NULL'..>
Error in if (dObjf < 0) { : argument is of length zero
The problem R code appears to be here, but the underlying issue appears to be an issue on the C side:
The following error intermittently comes up in CI (I cannot replicate it locally):
The problem R code appears to be here, but the underlying issue appears to be an issue on the C side:
nlmixr2extra/R/SCM.R
Lines 277 to 284 in c13dc98
@mattfidler, any ideas?
The text was updated successfully, but these errors were encountered: