Added more TODOs to unit tests
This commit is contained in:
parent
0048a4e5fd
commit
a3e51c1577
1 changed files with 5 additions and 0 deletions
|
|
@ -44,5 +44,10 @@ test_that("lakseKlitik() and subfunctions produce expected output", {
|
||||||
# TODO: test cliques_to_jtree()
|
# TODO: test cliques_to_jtree()
|
||||||
# TODO: test minimum_spanning_tree()
|
# TODO: test minimum_spanning_tree()
|
||||||
# TODO: test myunion()
|
# TODO: test myunion()
|
||||||
|
# TODO: test argmin()
|
||||||
|
# TODO: test mysize()
|
||||||
|
# TODO: test ind2subv()
|
||||||
|
# TODO: test myisvector()
|
||||||
|
# TODO: ... and anythin left from findCliques.m
|
||||||
# TODO: test lakseKlitik()
|
# TODO: test lakseKlitik()
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue