Skip to content

Commit

Permalink
Merge branch '339_migrate_to_teal_data@main' of https://github.com/in…
Browse files Browse the repository at this point in the history
…sightsengineering/teal.modules.hermes into 339_migrate_to_teal_data@78_simplify_joinkeys@main
  • Loading branch information
m7pr committed Nov 14, 2023
2 parents ba3eb95 + 0553764 commit 7aa643a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/sampleVarSpec.R
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ sampleVarSpecServer <- function(id, # nolint

old_values <- names(assign_lists[[experiment_name]][[sample_var]])
if (!is.null(old_values) &&
length(old_values) == length(sample_var_levels) && # nolint
all(sort(old_values) == sort(sample_var_levels))) { # nolint
length(old_values) == length(sample_var_levels) && # nolint
all(sort(old_values) == sort(sample_var_levels))) { # nolint
selected_groups <- assign_lists[[experiment_name]][[sample_var]] # nolint
}

Expand Down

0 comments on commit 7aa643a

Please sign in to comment.