pytroll / pytroll/pyresample

Resize bucket resampler tests

Open
#321 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.