ewoksxas.converters.tests.test_resample#

Functions

test_identical_grids_are_returned_unchanged()

Matched, identical grids need no resampling and stay byte-identical.

test_interpolation_produces_single_overlap_grid_without_nan()

Interpolation aligns onto the overlap range: one grid, no NaN.

test_invalid_inputs_raise()

test_rebinning_produces_union_grid_with_nan_gaps()

Rebinning spans the union; uncovered bins become NaN (not dropped/zeroed).

test_string_mode_is_accepted()

The mode may be passed as the enum value string.