h2oai / h2o-3

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
http://h2o.ai
Apache License 2.0
6.9k stars 2k forks source link

Stack trace reporting does not work #11767

Open exalate-issue-sync[bot] opened 1 year ago

exalate-issue-sync[bot] commented 1 year ago

The failure in Python test is followed by an error from debugging utils:

{noformat} H2OTypeError: Argument model_id should be a string, got NoneType None Error in sys.excepthook: Traceback (most recent call last): File "/home/jenkins/slave_dir_from_mr-0xa1/workspace/PR_pyunit_small/h2o-py/h2o/utils/debugging.py", line 95, in _except_hook _handle_soft_error(exc_type, exc_value, exc_tb) File "/home/jenkins/slave_dir_from_mr-0xa1/workspace/PR_pyunit_small/h2o-py/h2o/utils/debugging.py", line 225, in _handle_soft_error args_str = _get_args_str(func, highlight=highlight) File "/home/jenkins/slave_dir_from_mr-0xa1/workspace/PR_pyunit_small/h2o-py/h2o/utils/debugging.py", line 316, in _get_args_str s = str(inspect.signature(func))[1:-1] AttributeError: 'module' object has no attribute 'signature' {noformat}

hasithjp commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-4888 Assignee: Michal Malohlava Reporter: Michal Malohlava State: Open Fix Version: N/A Attachments: N/A Development PRs: N/A