Skip to content

pipegrid in V2 return condition length greater than 1 for if statement #38

@VincentBellavance

Description

@VincentBellavance

Pipegrid in branch V2 return an error at line 26:

Erreur dans if (c("bbox", "numeric", "integer") %in% class(aoi)) { : 
  la condition est de longueur > 1

i think it should be: class(aoi) %in% c("bbox", "numeric", "integer") instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions