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.
Ah! just what I was wondering. Thanks for answering. The description should state this.
And how will the microwave know that
"3"
repsents3 minutes
and not3 seconds
?i think it's related to this : scipy.ndimage.rotate by180 degrees is not equivalent to two 90 degree rotations
Codewars' scipy rotate version does not have this patch
it also works on my local interpreter. i've inspected the source code for
scipy.rotate()
on both codewars and my machine and there are some changes. sorry for closing the issue too earlyIt also fails in replit.com for the same sizes. I think the problem is with rotate from scipy, why don't use another thing? The other import already has some method you can use and works.
We can't see your code, read this: https://docs.codewars.com/training/troubleshooting/#post-discourse
'it works on my PC' and 'i dont know where the error comes from' make for a bad issue report. there are thousands of Python completions on this kata, so such an error in the tests is unlikely. Please show us some code and provide more details ;-)
This comment is hidden because it contains spoiler information about the solution
Dictionaries.
:-)
I think maybe you did not pay attention to this rule "Assume side streets are always on the left (as in the diagram)", and so your cars are entering the main road in the reverse order. e.g. you should pay particular notice to the FIRST place you go wrong - using cars "a,b,c,..." instead of "f,e,d,...".