Skip to content

Commit

Permalink
Put sets columns upfront for igraph convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 29, 2021
1 parent f4cc80d commit a6b1feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ test_set_overlaps_of_degree = function(
rep(NA, max_degree - length(diagnosis_rates$name))
)
names(sets) = paste0('set_', seq(1, max_degree))
result = c(result, sets)
result = c(sets, result)
}

return (result)
Expand Down

0 comments on commit a6b1feb

Please sign in to comment.