We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I saw the following fail in the linux nightlies yesterday
FAILED evalml/tests/data_checks_tests/test_target_distribution_data_check.py::test_target_distribution_data_check_unsupported_target_type[double] ... if target_type in ["integer", "double"]: > assert target_dist_check.validate(X, y) == { "warnings": [], "errors": [], "actions": [], } E AssertionError: assert {'actions': [...rning', ...}]} == {'actions': [...warnings': []} E Omitting 1 identical items, use -vv to show E Differing items: E {'actions': [{'code': 'TRANSFORM_TARGET', 'metadata': {'column': None, 'is_target': True, 'transformation_strategy': 'lognormal'}}]} != {'actions': []} E {'warnings': [{'code': 'TARGET_LOGNORMAL_DISTRIBUTION', 'data_check_name': 'TargetDistributionDataCheck', 'details': {'shapiro-statistic/pvalue': '0.969/0.018'}, 'level': 'warning', ...}]} != {'warnings': []} E Use -v to get the full diff evalml/tests/data_checks_tests/test_target_distribution_data_check.py:59: AssertionError
Tagging @ParthivNaresh since I think he touched this code recently and may have an idea on the fix
The text was updated successfully, but these errors were encountered:
I think we just got a flake on a different test for build_conda_pkg:
build_conda_pkg
https://github.com/alteryx/evalml/pull/2585/checks?check_run_id=3242371966
Sorry, something went wrong.
Got it @freddyaboulton , so it was a different test but from the same file / area.
Looks like we saw a similar flake due to rounding in the 3.9 nightlies: https://github.com/alteryx/evalml/runs/3503548207
Reopening this issue to track if it happens again!
I have a fix for this, will be putting it up now
ParthivNaresh
Successfully merging a pull request may close this issue.
I saw the following fail in the linux nightlies yesterday
Tagging @ParthivNaresh since I think he touched this code recently and may have an idea on the fix
The text was updated successfully, but these errors were encountered: