BUG fix reported number of jobs in effective_n_jobs - #985
Conversation
|
Uhm some of the errors are cryptic. Any idea what is the impact of this PR on the |
|
I don't know what are these failures. It does not look like it is related to this PR. |
Co-Authored-By: Olivier Grisel <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #985 +/- ##
==========================================
- Coverage 95.4% 94.58% -0.83%
==========================================
Files 45 45
Lines 6638 6645 +7
==========================================
- Hits 6333 6285 -48
- Misses 305 360 +55
Continue to review full report at Codecov.
|
|
@ogrisel any idea about the other failure in Travis? |
|
I am having a look in this PR: #986 I have even weirder failures on my local machine... |
|
This seems to be due to the new release of coverage: pymc-devs/pymc#3735 pinning coverage to |
|
I pinned coverage. I think that the original issue could be the following: coveragepy/coveragepy#883 |
|
Fixed conflict. This should be fine now. |
|
The new test need to be decorated with |
ogrisel
left a comment
There was a problem hiding this comment.
LGTM. Feel free to merge my suggestion or not. It's just a nitpick.
|
Also please document the change in the changelog. |
Co-Authored-By: Olivier Grisel <[email protected]>
|
Failure is only a timeout. |
|
Changelog? |
|
Merged \o/ ! Thanks @glemaitre ! |
|
Thanks @glemaitre !! |
closes #984
When
n_jobs=Noneis passed toeffective_n_jobs, the number of reported jobs should be equal to either 1 or the default in the current backend.