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.
I had the same issue
My own test cases pass but I'm getting some weird behaviour running the official tests.
Here is the test output....
Test Results:
GeneticTests
It should respect the given length
✘ It should respect the given length (6.4ms)
fixture:4
** (ArithmeticError) bad argument in arithmetic expression
stacktrace:
(stdlib) :math.pow(2, 10000)
solution:4: Genetic.generate/1
fixture:10
In a chromosome of length 50, there should (probably) be at least one '1' (1 Passed, 0 Failed)
In a chromosome of length 50, there should (probably) be at least one '0' (1 Passed, 0 Failed)
In a chromosome of length l, running enough times it should be able to return all 2^l possibilities (1 Passed, 0 Failed)