Skip to content

Commit

Permalink
Added comment and added .Rmd files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Sep 16, 2022
1 parent feecc56 commit 7fdd3db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ tests/testdata/RCX*
tests/testdata/mbr*
.vscode
*.Rcheck
*.tar.gz
*.tar.gz
*.Rmd
2 changes: 2 additions & 0 deletions tests/testthat/test-unsupervised.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ patrick::with_parameters_test_that("basic unsupervised test", {
keys <- c("mz", "rt", "sample", "sample_rt", "sample_intensity")
actual <- result$recovered_feature_sample_table

# # This piece of code serves to re-introduce the actual filenames in the actual outputs.
# # This was needed for comparison in the previous test cases.
# levels(actual$sample) <- sapply(files, get_sample_name)
# actual <- actual |> dplyr::arrange_at(keys)
# expected <- expected |> dplyr::arrange_at(keys)
Expand Down

0 comments on commit 7fdd3db

Please sign in to comment.