Skip to content

Commit

Permalink
remove isTRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Nov 15, 2024
1 parent 90b8712 commit 810690b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions R/expand_model_out_grid.R
Original file line number Diff line number Diff line change
Expand Up @@ -618,11 +618,9 @@ extract_mt_output_type_ids <- function(x, config_tid, force_output_types = FALSE
}

pre_v4_std <- function(output_type_ids) {
isTRUE(
setequal(
names(output_type_ids),
c("required", "optional")
)
setequal(
names(output_type_ids),
c("required", "optional")
)
}

Expand Down

0 comments on commit 810690b

Please sign in to comment.