Draft
Fibonacci base converter
Loading description...
Algorithms
Algebra
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.
I think your random tests are wrong:
"convert0" - not my function;-)?!
'convert0' was the function in tests written by my in order to check if your func return the same result as mine. Not sure how to fix your problem and what causes it, though this func is now called 'convert_test' so it's a bit more clear.
I don't think that it is my problem, more a problem of your random tests, it's your function were the error appears - the static tests are ok. Changing the name wasn't a solution,same error. Printing your input parameter isn't possible too, this error directly appears starting the tests, which is a hint for me that it is not a problem of my code...
Perhaps someone else can have a look (perhaps there's still no solution, because of this problem) - Python is not my first language just for playing a little bit:-)...
Well, then I'll unpublish it and take a closer look at all this stuff. Anyway, thanks for your reply!