Skip to content

Fix nesting level bug#759

Merged
ogrisel merged 1 commit intojoblib:masterfrom
ogrisel:fix-nesting-level-bug
Aug 27, 2018
Merged

Fix nesting level bug#759
ogrisel merged 1 commit intojoblib:masterfrom
ogrisel:fix-nesting-level-bug

Conversation

@ogrisel
Copy link
Copy Markdown
Contributor

@ogrisel ogrisel commented Aug 27, 2018

This should fix #758.

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 27, 2018

Codecov Report

Merging #759 into master will decrease coverage by 2%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #759      +/-   ##
==========================================
- Coverage   94.04%   92.03%   -2.01%     
==========================================
  Files          44       44              
  Lines        6227     6230       +3     
==========================================
- Hits         5856     5734     -122     
- Misses        371      496     +125
Impacted Files Coverage Δ
joblib/_parallel_backends.py 93.6% <100%> (-0.81%) ⬇️
joblib/test/test_parallel.py 95.02% <66.66%> (+0.75%) ⬆️
joblib/_memory_helpers.py 3.07% <0%> (-70.77%) ⬇️
joblib/backports.py 62.5% <0%> (-27.09%) ⬇️
joblib/format_stack.py 71.77% <0%> (-11.49%) ⬇️
joblib/my_exceptions.py 88.67% <0%> (-9.44%) ⬇️
joblib/_compat.py 90.9% <0%> (-9.1%) ⬇️
joblib/numpy_pickle_utils.py 86.02% <0%> (-5.38%) ⬇️
joblib/hashing.py 87.71% <0%> (-4.39%) ⬇️
joblib/_multiprocessing_helpers.py 69.23% <0%> (-3.85%) ⬇️
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7698eee...5461a81. Read the comment docs.

@ogrisel ogrisel force-pushed the fix-nesting-level-bug branch from 7d18f34 to 5461a81 Compare August 27, 2018 08:58
@ogrisel ogrisel merged commit f58e833 into joblib:master Aug 27, 2018
@ogrisel ogrisel deleted the fix-nesting-level-bug branch August 27, 2018 09:34
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Sep 4, 2018
* tag '0.12.3': (23 commits)
  Release 0.12.3
  Loky 2.2.1 (joblib#760)
  FIX: FileSystemStoreBackend string representation only returning location (path) (joblib#765)
  Add optional dependency on psutil
  MAINT remove brittle time based assertion in test (joblib#761)
  Fix a bug in nesting level computation with FallbackToBackend(SequentialBackend()) (joblib#759)
  Make docstring more consistent with project style
  Improved performance of call_and_shelve (joblib#757)
  Better test name
  Fix default context handling (joblib#754)
  cloudpickle 0.5.5 (joblib#756)
  Fixed error where filter args was consuming kwargs (joblib#750)
  FIX pickle roundtrip for Memory and related classes. (joblib#746)
  test that passes but timeout appveyor because of unclosed semaphore tracker (joblib#676)
  DOC: fine tune compressor example dataset size for ReadTheDocs (joblib#753)
  FIX: MemorizedResult not picklable (joblib#752)
  [MRG] Better message with py27 when lz4 is not installed (joblib#740)
  MNT remove mutable default value for backend_options parameter (joblib#748)
  MNT create test file for _store_backends module (joblib#749)
  DOC consistently use memory rather than mem in memory.rst (joblib#744)
  ...
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Sep 4, 2018
* releases: (23 commits)
  Release 0.12.3
  Loky 2.2.1 (joblib#760)
  FIX: FileSystemStoreBackend string representation only returning location (path) (joblib#765)
  Add optional dependency on psutil
  MAINT remove brittle time based assertion in test (joblib#761)
  Fix a bug in nesting level computation with FallbackToBackend(SequentialBackend()) (joblib#759)
  Make docstring more consistent with project style
  Improved performance of call_and_shelve (joblib#757)
  Better test name
  Fix default context handling (joblib#754)
  cloudpickle 0.5.5 (joblib#756)
  Fixed error where filter args was consuming kwargs (joblib#750)
  FIX pickle roundtrip for Memory and related classes. (joblib#746)
  test that passes but timeout appveyor because of unclosed semaphore tracker (joblib#676)
  DOC: fine tune compressor example dataset size for ReadTheDocs (joblib#753)
  FIX: MemorizedResult not picklable (joblib#752)
  [MRG] Better message with py27 when lz4 is not installed (joblib#740)
  MNT remove mutable default value for backend_options parameter (joblib#748)
  MNT create test file for _store_backends module (joblib#749)
  DOC consistently use memory rather than mem in memory.rst (joblib#744)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test_nested_parallel_limit fails on 1-core-VM

1 participant