We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9784705 commit 322c91aCopy full SHA for 322c91a
1 file changed
R/review.R
@@ -232,7 +232,6 @@ REV_load_annotation_info <- function(folder_contents, review, dataset_lists, fsa
232
})
233
234
# Compute reverse mapping (which is a more useful representation for the running app)
235
- browser()
236
dataset_to_state_row_mapping <- local({ # TODO: Is this the right name?
237
res <- integer(length(state_to_dataset_row_mapping))
238
res[state_to_dataset_row_mapping] <- seq_along(state_to_dataset_row_mapping)
0 commit comments