Pass top level compute arguments through to compute inside `find_objects`
- Dominant language
- Python
- Stars
- 226
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
Suggestion from Marvin, about how we might improve the `find_objects` function https://github.com/dask/dask-image/pull/240#discussion_r681072020
> Hmm I'm wondering whether arguments to the top level compute call, such as the chosen scheduler, would need to be forwarded to this call. Maybe there's a way to access these here?
Follow up to https://github.com/dask/dask-image/pull/240
Contributor guide
Research direction
Read the `find_objects` entry point and the linked pull request discussion first; trace where the top-level compute call invokes the nested compute. Done means the relevant compute arguments, including the scheduler choice, reach the inner call and the behavior is covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100