Skip to content

Interest point detection for one tile when overlappingOnly #50

@bogovicj

Description

@bogovicj

A spark error occurs[1] when running interest point detection
using one view, but with overlapping only, e.g.

... -vi '0,1' --overlappingOnly

We think the issue is that one tile can not overlap with anything, so there is nothing to do. Arguably, it is the correct behavior, but a warning could be helpful in that case, perhaps:

WARNING: passed overlapingOnly argument but only one view detected.  Nothing to do. 

or similar. Alternatively, the overlappingOnly argument could be ignored if there is only one tile, but that seems strange.

[1] Something like "number of partitions must be positive"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions