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
Sometimes fitCyclopsModel returns an error message, hence the tryCatch(fitCyclopsModel) returns a character vector on which the $ operator is invalid (cannot access fit$returnFlag)
We should check if fit is a character object first.
Sometimes
fitCyclopsModel
returns an error message, hence thetryCatch(fitCyclopsModel)
returns a character vector on which the $ operator is invalid (cannot accessfit$returnFlag
)We should check if
fit
is a character object first.MethodEvaluation/R/PositiveControlSynthesis.R
Lines 853 to 868 in 7898881
The text was updated successfully, but these errors were encountered: