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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thank you for the help. Sorry about the spoiler.
This comment is hidden because it contains spoiler information about the solution
I'm sorry about that.
I'm new to Julia, so my issue may just be something wrong one my side as far as my code goes. I attempted submitting a one-line piece function within the class, in the location our code was meant to go. It passed all of the tests, but, there was a (thingo)
Here is the code:
Here is the error:
and the error continues for a couple dozen lines that I thought would be considered spam. I can include it if someone wishes.
I suppose I may have been one of a minority to encounter the issue due to my style of code. And yes, I was using python. I should've specified.
I only had an issue with numbers of very large scales like 1e-05 or 1e-06. These numbers, when used as a denominator for 1, weren't written out as 100000 or 1000000, but were instead 100001 or 1000001.
I'd suggest adding something to the program which deals with this issue that large floats often get when large enough. Either minusing 1, addressing the issue in the description of the Kata or rounding of some sort.