Skip to content

Commit 6ce9575

Browse files
back out of mistake
1 parent 2ffdbfe commit 6ce9575

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

R/layout-plot-utils.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ dot_layout <- function(spec, include_inout = FALSE) {
10251025
mp_adjacency = function(spec, include_inout = FALSE) {
10261026

10271027
ff <- mp_flow_frame(spec, topological_sort = FALSE)
1028+
ff = ff[ , c("from", "to"), drop = FALSE] |> as.matrix()
10281029
if (nrow(ff) == 0) {
10291030
stop(
10301031
"mp_flow_frame() is empty: was spec defined "

0 commit comments

Comments
 (0)