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.
There was an issue with one test -- it's noe fixed (in python).
As a workaround you can directly click "ATTEMPT" instead of "RUN SAMPLE TESTS" while NOT putting a semicolon after your statement. Works for me like this..
seems like the issue hasn't solved yet
I kept getting this return
An error occurred while loading ./.entry.rb.
Failure/Error: Unable to find /home/codewarrior/setup.rb to read failed line
ArgumentError:
wrong number of arguments (given 1, expected 0)
./setup.rb:41:in `run_sql'
/runner/frameworks/ruby/sql/compare.rb:13:in `initialize'
/runner/frameworks/ruby/sql/compare.rb:2:in `new'
/runner/frameworks/ruby/sql/compare.rb:2:in `compare_with'
./.spec.rb:1:in `<top (required)>'
./.entry.rb:6:in `<top (required)>'
No examples found.
An error occurred while loading ./.entry.rb.
Failure/Error: Unable to find /home/codewarrior/setup.rb to read failed line
ArgumentError:
wrong number of arguments (given 1, expected 0)
./setup.rb:41:in `run_sql'
/runner/frameworks/ruby/sql/compare.rb:13:in `initialize'
/runner/frameworks/ruby/sql/compare.rb:2:in `new'
/runner/frameworks/ruby/sql/compare.rb:2:in `compare_with'
./.spec.rb:1:in `<top (required)>'
./.entry.rb:6:in `<top (required)>'
No examples found.
Fixed.
unfortunately I can't do anything, the internal system has changed depreciating some of the methods used but the test cases are now locked.
Glad to see its not only me, was sitting here thinking this is pretty basic statement and thought I was missing something obvious.
yep, same problem
Same issue here. Cant finish kata.
make sure you're using postreSQL
I have same problem. How can I solve it?
me too
Seems solved
That's inevitable for numbers in irrational base. However, the representation is always unique if you always choose the biggest most significant digits when possible.
It is mentioned in the Wikipedia link in the kata description.
Take a deep breath, read the description and the example test cases again: it should be clearer :)
Loading more items...