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
Amongst the stack trace returned on a model error -- the traceback inside hintr_run_model() at the end is useful debugging information for us. The rest of it is not and frustrates users to get computer jibberish.
Amongst the stack trace returned on a model error -- the traceback inside
hintr_run_model()
at the end is useful debugging information for us. The rest of it is not and frustrates users to get computer jibberish.Are we able to parse this before returning to user to remove everything between
hintr:::main_worker()
andhintr::run_model(...)
, but keep the end bit?So return looks like this:
The text was updated successfully, but these errors were encountered: