Skip to content

replace_zeros() throws an error if the input data is a data.frame not a matrix #1

Description

@mooreryan

It's because of the ifelse function.

new_feature_table <- ifelse(self$data < tol, replacement, self$data)

Need to change it to something that also works with data frames.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions