Skip to content

Fix heisen test weak array key map#3

Closed
ogrisel wants to merge 1126 commits intoGaelVaroquaux:masterfrom
ogrisel:fix-heisen-test_weak_array_key_map
Closed

Fix heisen test weak array key map#3
ogrisel wants to merge 1126 commits intoGaelVaroquaux:masterfrom
ogrisel:fix-heisen-test_weak_array_key_map

Conversation

@ogrisel
Copy link
Copy Markdown

@ogrisel ogrisel commented Oct 25, 2019

Fix joblib#953.

lesteve and others added 30 commits January 11, 2017 10:57
joblib.disk.rm_subdirs was not covered by the tests any more.
This was lost during the pytest move
…oblib#469)

Also use monkeypatching in test_main_thread_renamed_no_warning.
Unwanted change went through in f960ce2.
when offset is greater than mmap.ALLOCATIONGRANULARITY.
Also mention the first numpy release that has the memmap offset fix in
the make_memmap docstring.
* Fix speed regression for n_jobs=1.

Add class variable to all backend implementations that declares
explictly whether timeout is supported.

* Add warning if timeout is set and not supported by backend

with test.

Also do not assume that backend derives from ParallelBackendBase

* Add entry in CHANGES.rst
* activate codecov

* integrate badge

* remove coveralls

* fix README

* fix README (arf)

* replace remaining occurrence of coveralls
* Python 2.7 build
* build without numpy
* build with multiprocessing disabled
You could get "TypeError: catching classes that do not inherit from
BaseException is not allowed" when hitting Control-C.
Also use the wheels on PyPI rather than on rackspace.
Also remove unneeded quotes in appveyor.yml
Use format_signature to shorten string representations of arguments.
The only remaining warnings from running `python setup.py sdist` are
"nonlocal image URI found".

More details:
* simplify joblib.Parallel docstring: most notably bullet points need
  a space before and after the last item. Also simplify identation by
  removing unneeded literal blocks.
* use sphinx.ext.imgmath (available in sphinx 1.4) rather than
  deprecated sphinx.ext.pngmath
* other minor rst/sphinx fixes
pytest is available from 3.0 onwards and is the recommended command to
use.
* turn warnings into error in the doc generation and ignore "nonlocal image URI found".
* Add doc generation in one of the Travis build.

* Need to install sphinx
* AppVeyor test.ps1 should exit with pytest's exit code
* Fix sporadic test failure on Windows. time.time resolution may not
  be small enough to differentiate the original and recomputed
  timestamps.
ogrisel and others added 25 commits May 29, 2019 15:52
…b#924)

the --single-version-externally-managed option needed for OpenBSD
ports.
@ogrisel
Copy link
Copy Markdown
Author

ogrisel commented Oct 25, 2019

Sorry, github button was to slow to react.

@ogrisel ogrisel closed this Oct 25, 2019
@ogrisel ogrisel deleted the fix-heisen-test_weak_array_key_map branch October 25, 2019 13:40
@ogrisel ogrisel restored the fix-heisen-test_weak_array_key_map branch October 25, 2019 13:40
ogrisel pushed a commit to ogrisel/joblib that referenced this pull request Sep 14, 2022
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_weak_array_key_map failure on Windows CI