Skip to content

table_indices output filters to empty #43

@sbreitbart-NOAA

Description

@sbreitbart-NOAA

In the table_indices() function, running this line creates an empty df:

if (any(unique(output$module_name=="INDEX_2"))) {
    output <- output |>
      dplyr::filter(
        grepl("expected_indices", label) | grepl("indices_predicted", label)) # grepl("input_indices", label) |
  }

Input data: "petrale_sole_std_output.csv"

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions