-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
2 test failures on Debian stable (stretch) amd64 #12548
New issue
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
Comments
1 could be any sort of warning and/or the warning registry doing something weird. 2 is saying we're not documenting |
We are trying to test the docstrings in |
FWIW - added show versions (collapsed) output in the initial msg |
I'm not sure what you're referring to? I never really played with doctest much ^^ |
With the docstring checks we can probably just make sure that only objects
in scikit-learn are checked...
|
@NicolasHug I thought maybe you came across something like that working on #11421. |
@yarikoptic What about all the other failures in https://buildd.debian.org/status/package.php?p=scikit-learn ? |
Partial fix for scikit-learn#12548. If code coverage does not drop, then this indicates the code is working.
The second issue should now be fixed. Regarding the first, looking at the context in which that code was introduced (#9004) it is probably trying to avoid a divide by zero error. So rather than catching and asserting that 0 are raised, we can just use |
no, maybe I'm confused and it should be checking for no ConvergenceWarning? |
"one step at a time" ;) and it is disappointing that i386 fails there too -- it built fine for me locally so I thought it was ok. That
|
s390x one is a duplicate to ppc64el's |
@yarikoptic that failure will be fixed in #12574. |
Oh and "one at a time" might not be best if we're trying to push a bugfix release this week. |
oh the i386 error is weird, in particular since the tests are passing.... |
I'm tempted to remove the 0.20.1 tags from all the debian issues. It seems they are hard to reproduce and I'm not sure if we want to wait for them. I'm totally fine to do a 0.20.2 with just these issues if we figure them out. |
Sounds good.
|
retagging |
@jnothman, @amueller, I'm wondering if this issue could be closed: the initial problem reported by @yarikoptic was obtained with python 2.7 and 0.23 is no longer compatible with python2. |
I'm happy to close and have more focused issues when necessary, thanks @cmarmo |
Sorry no show_versions output (yet to add to
debian/rules
, numpy 1.12.1), and I just wanted to possibly seek ideas/clues before digging deeper or skipping those tests - everything seems to be ok on more recentish systems:1
re
assert_true
submitted #12547 - but anything sounds familiar?2
so this one is particularly mysterious ;)
show_versions()
The text was updated successfully, but these errors were encountered: