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.
"The bit size must be a power of 2 greater than or equal to 8." is not currently being tested, and there are some answers that just require it to be a multiple of 8.
You commented out the first occurrence but not the second occurrence.
The description says:
But
a.u
is an instance of the classU
which does not have a copy constructor.This also implies that we should copy the attributes when
getattr
is called, but theit_5
tests don't follow this, in particular with this test:If I actually copy the attributes, I fail this test.
(I would also like to bring attention to this unresolved issue from 4 years ago, which also caused me some frustration.)
I want to continue this discussion.
I also kept getting the same error:
And after expanding the further comments, it is revealed that the test contains:
This feels out of scope, since
DateTimeField
shouldn't be accessed outside a class. I had to put in extra hacks in my solution to get this to work.Description says "Only positives integers will be used", yet 0 is generated sometimes.
r'some string'
means ignore all the blackslashes insome string
too long
This comment is hidden because it contains spoiler information about the solution
Done
Done
Done
Done
Done
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...