IPython autocomplete of maximum_filter, median_filter, minimum_filter
Open
- Dominant language
- Python
- Stars
- 226
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
_From @jakirkham on June 9, 2017 0:17_
When trying to do autocompletion with IPython, it treats the `maximum_filter`, `median_filter`, `minimum_filter` functions as if they are variables. As they are constructed differently from the other filters, this is not surprising. Still it would be nice if we could have them behave more like functions in this regard. Screenshot below to elucidate this.

_Copied from original issue: dask-image/dask-ndfilters#31_
Contributor guide
Assessment
This issue has not been assessed yet.