6 kyu
Weight assistant
65KiLeX
Loading description...
Strings
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
it would be appropriate to mention the weight of the lock (next to the description of the weight of the barbe)
added
switch the title to Weight Guide or Weight Assistant
Switched
Tests are structured in an incorrect way:
@it
. Assertions inside of@describe
are not valid. Most probably you should change the inner@describe
to@it
.Changed inner
@describe
to@it
and add some fixed tests to submission tests.On these 12 sample tests on python it says "Not right". Is this supposed to be in this kata?
already fix it
Thanks :D
Duplicate?
https://www.codewars.com/kata/6400c3ebf4a0b796602988a6
https://www.codewars.com/kata/6400caeababb193c64d664d1
It's simular, but not duplicate.
For weight of 105kg, there are two possible answers:
It is not clear if the "The heaviest pancakes are always hung at the beginning, and the lightest pancakes are hung at the end" describes just order of the plates, or does it also explain the way of choosing them.
Thanks, i described this case.
Needs tag
string
( or something like it ) for requiring stringified result.( I actively dislike stringified results, and want to be warned. )
Added
.
No sample tests available
I don't understand, what u mean. If u can write more info about problem, please do it.
this appears to be fixed
You should find better ways to generating random tests. Most tests expect "Error"
Now it's more better
If you have any suggestions or found a bug, please write here (I'm noob in creating kata).