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.
Hi,
Sorry it wasn't working as I messed up the order of arguments when writting the initail solution. I was just making this as a simple thing more for myself to work out how to validate pandas dataframes and how the test framework works. I can understand having an assertion message so have added one in however I was intending to use test.assert_equals but that doesnt seem to work for pandas dataframes.
Thanks
Thanks. That was my mistake when writting the initial solution. It should be fixed now.
cols and data are swapped in the arguments
Hi,
Looks like nothing is working properly, no?
Also:
Cheers
I think there's an error in your solution.
Random tests should have the correct
describe
/it
structure.Thanks for the feedback. This is my first kata so im unsure about some of these things. I believe I have now added some random tests.
Reference solution is wrong.
With float values the result depends on the order of operations.
The input should be
(tuple, tuple)
instead of(str, str, dict)
.No fixed tests where the second fighter is the winner.
No random tests.