Skip to content

Commit

Permalink
Try harder to exercise the internal fsort branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aitap committed Feb 28, 2025
1 parent 5484f03 commit 677e84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tests/tests.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -12716,7 +12716,7 @@ x = runif(1e3)
test(1888.6, y<-fsort(x,verbose=TRUE), output="nth=.*Top 20 MSB counts")
test(1888.7, !base::is.unsorted(y))
test(1888.8, fsort(x,verbose=1), error="verbose must be TRUE or FALSE")
test(1888.9, fsort(y), base::sort(y))
test(1888.9, fsort(c(1L, 2L, 3L, 4L), internal = TRUE), c(1L, 2L, 3L, 4L))
rm(x, y)

# doubling of savetl buffer (currently starts with 100)
Expand Down

0 comments on commit 677e84e

Please sign in to comment.