Skip to content

Commit 4820b90

Browse files
committed
plot_alignment error?
1 parent d1c14ed commit 4820b90

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

.DS_Store

-2 KB
Binary file not shown.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ inst/doc
1010
/Meta/
1111
*.icloud
1212
*.DS_Store
13+
.DS_Store

R/plot_alignment.R

+1
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ plot_beta_layout <- function(x, subset = "all",
436436
} else if (length(subset) == 1 && subset == "all") {
437437
model_params <- model_params
438438
} else {
439+
# TODO: throw an explicit error if subset is not part of the models
439440
model_params <- model_params[subset]
440441
}
441442

0 commit comments

Comments
 (0)