Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
marouenbg committed Mar 8, 2024
2 parents 3290fa3 + af16e51 commit 4b7ad2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-monster.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test_that("MONSTER function works", {
#expect_equal(monsterTransformationMatrix(cc.net.1, cc.net.2), monsterTM, tolerance = 3e-3)

# analyzes a bi-partite network by monsterTransformationMatrix() function with method "kabsch".
#expect_equal(monsterTransformationMatrix(cc.net.1, cc.net.2,method = "kabsch"), monsterTM_kabsch, tolerance = 3e-3)
expect_equal(monsterTransformationMatrix(cc.net.1, cc.net.2,method = "kabsch"), monsterTM_kabsch, tolerance = 3e-3)

# to do: Add L1 method in test

Expand Down

0 comments on commit 4b7ad2a

Please sign in to comment.