8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 tested the new release scikit-0.20 with y docker pypy+jupyter container.
sklearn_test_setup.log
I have got:
1 failed, 9922 passed, 29 skipped, 66 xfailed, 5 xpassed, 932 warnings in 1202.58 seconds
Great! 👍
Full log file: sklearn_test.log
@rth do you think I shall publish it as final? Thank you.
The text was updated successfully, but these errors were encountered:
Thanks for the report @giodegas! Yes, you can ignore the test failure in test_import_sklearn_no_warnings. Publishing it as final sounds good!
test_import_sklearn_no_warnings
Unrelated but we should remove that test altogether, it actually never fails, just shows warnings and here the failure is due to,
try: [...] message = subprocess.check_output(['python', '-Wdefault', '-c', import_modules], stderr=subprocess.STDOUT) except Exception as e: pytest.skip('soft-failed test_import_sklearn_no_warnings.\n' > ' %s, \n %s' % (e, message)) E UnboundLocalError: local variable 'message' referenced before assignment usr/local/site-packages/sklearn/tests/test_init.py:61: UnboundLocalError
i.e. we don't handle well the caught exception..
Sorry, something went wrong.
@giodegas We've removed that test in #12244 and the change is likely to be included in 0.20.1.
No branches or pull requests
I tested the new release scikit-0.20 with y docker pypy+jupyter container.
sklearn_test_setup.log
I have got:
Great! 👍
Full log file:
sklearn_test.log
@rth do you think I shall publish it as final?
Thank you.
The text was updated successfully, but these errors were encountered: