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
latrendBatch() fails when one or more methods throw an error during fitting, and errorHandling = "pass". This is because the function attempts to convert the output to lcModels, but the list might contain simpleError objects.
Handle this case. Returning a list in case of errors.
Improve output messages in case of errors
Add tests
The text was updated successfully, but these errors were encountered:
latrendBatch() fails when one or more methods throw an error during fitting, and
errorHandling = "pass"
. This is because the function attempts to convert the output tolcModels
, but the list might containsimpleError
objects.list
in case of errors.The text was updated successfully, but these errors were encountered: