Results 213 issues of Antony Lee

# Description Unless I am mistaken, *all four* ridge filters implemented in scikit-image (https://scikit-image.org/docs/dev/auto_examples/edges/plot_ridge_filter.html) differ from the algorithms described in the corresponding papers (each linked in the functions' docstrings). In...

Python 3.5.2, skimage 0.12.3; related to #1739. Currently, `equalize_adapthist` casts its data to uint, making it unsuitable for signed data. I don't think there's any reason for this restriction? AFAICT...

:fast_forward: Enhancement

Depending on the context, ` | ""` (or `"" | `) may be a clearer way to spell out `Opt(...)`; I believe this *almost* works except for the fact that...

Currently, if pytest-benchmark and pytest-xdist are both installed, `pytest -n $foo` will always cause pytest-benchmark to emit a disabled-by-xdist warning even if the current test suite does not include any...

bug
help wanted

Currently, `nosetests --pdb-failure` or `nose2 -D` are not optimal for generative tests, as the backtrace goes into the part of nose's code that runs the generator, instead of going into...

A 3D tiff file written with the tifffile module is correctly loaded as a 3D array by both tifffile and imageio3. If the file is instead written by imageio3, only...

type: bug
plugin: tifffile

Closes https://github.com/imageio/imageio/issues/553 (see discussion there). Unfortunately I don't have a file I can share for tests, but perhaps @gh4ag can help there?

``` print("this is a very very very very very very very very very very very very long string") x = (a_very_long_function_name(a_very_long_argument_name, another_long_argument_name) if hasattr(long_argument, long_attribute) else a_very_long_function_name(a_very_long_argument_name, another_long_argument_name)) ``` get...

### Description AFAICT, having ``` [install] no-deps = true ``` in one's pip.conf (which is my case as I prefer manually resolving dependencies (or rather with some custom scripts) in...

state: needs discussion
C: build logic

**Environment** * pip version: 19.2.1 * Python version: 3.7 * OS: Windows **Description** On Windows; pip reports certain paths after lowercasing them. **Expected behavior** Paths should be reported in their...

type: bug
OS: windows
help wanted