Skip to content

ebnm_check_fn() should check that function can handle x = c(-10, 0, 10) #137

@willwerscheid

Description

@willwerscheid

this is the test value of x used by flashier. If it cannot handle it then a message should be printed with a suggested solution, e.g., include

if (length(x) == 3){ ### just to satisfy check of custom function
    return (ebnm_flat(x))
  }

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