Resize bucket resampler tests
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 385
- Forks
- 102
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 9
Description
Problem description
The bucket resampler tests use a target area of shape (2560, 2048) which makes unit testing difficult. If the area had a much coarser resolution, for example (4, 4), we could more easily check the entire output array, i.e. not only presence of values but also their position in the result.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the bucket resampler tests and find the target area configured as (2560, 2048). Change the test area to a coarse shape such as (4, 4), then verify the complete output array so both values and their positions can be checked.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100