Fixed several linting issues
This commit is contained in:
parent
66d0f0c730
commit
835ac7e6b9
28 changed files with 180 additions and 175 deletions
|
|
@ -46,7 +46,6 @@ test_that("type convertions behave like on Matlab", {
|
|||
expect_equal(proportion2str(0.4), "0.40")
|
||||
expect_equal(proportion2str(0.89), "0.89")
|
||||
expect_equal(proportion2str(-0.4), "0.0-40") # also bugged in original
|
||||
# TODO: fix after release, as long as it doesn't break anything else
|
||||
})
|
||||
|
||||
test_that("computeRows behaves like on Matlab", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue