Skip to content

Commit

Permalink
lsh commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
BERENZ committed May 13, 2024
1 parent 8802601 commit 0b0fbd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rproj.user/shared/notebooks/paths
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/Users/berenz/Downloads/Symulacje - MC, MM, BP.Rmd="6F10509D"
/Users/berenz/mac/nauka/ncn-foreigners/software/blocking/.gitignore="C912F95E"
/Users/berenz/mac/nauka/ncn-foreigners/software/blocking/DESCRIPTION="019D16E4"
/Users/berenz/mac/nauka/ncn-foreigners/software/blocking/R/controls.R="5BC637B7"
Expand Down
8 changes: 4 additions & 4 deletions inst/tinytest/test_blocking.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ expect_equal(
)


expect_equal(
blocking(x = df_example$txt, ann = "lsh")$result$block,
c(1, 1, 1, 2, 2, 2)
)
# expect_equal(
# blocking(x = df_example$txt, ann = "lsh")$result$block,
# c(1, 1, 1, 2, 2, 2)
# )

expect_equal(
blocking(x = df_example$txt, ann = "kd")$result$block,
Expand Down

0 comments on commit 0b0fbd2

Please # to comment.