- Notifications
You must be signed in to change notification settings - Fork72
Open
Labels
Description
@rbresearch I just made a change to the Gallery which causes articles to fail if they stop with an error. After doing this I noticed that the following expression from yoursorting article was failing it's test
# check that the nth sorted elements of the vectors are equalstopifnot(all.equal(stl_nth_element(x,43)[43], sort(x,partial=43)[43]))
I temporarily removed the code so that the Gallery would build:f3de013
However it seems worth pursuing why the test is failing (it may have never worked in the first place but the error was just printed and we never noticed it).