Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
But your output is a string, if I have 1e-6 accuracy test 2 and 4 fail and any greater accuracy all the other tests fail, also DEUS VULT!
TestAndVerify2 and 4 required greater than 1e-6 accuracy, and the string output dooesnt help!
@smile67 Not a good enough reason for testing against string and double, string culture is a thing!
The random tests and the TestAndVerify tests inconsistently expect different accuracy! Also should return an array of double not a string!!!
using C#:
"LL+W c>p>p<- W c>Y<- E>c>A<<<- E>>>N" and "LL+W c>p>p<- W are you trying to debug this? c>Y<- E>c>A<<<- E>>>N" expect "153" but I get "152",
"W>UQLIPNPPP45vSDFJLLIPNPqwVMT<E" expects "" but I get "\00\0\0\02",
"cW>LQQT+P<pE" expects "" but I get "!"
even when I do them on paper, is there something wrong with the tests?