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.
Yes sorry for the slow response the issue is resolved!
I've seen another one, but missed the one linked by you.
I wanted to have this issue confirmed by OP, but they don;t seem to be interested anymore :) I will mark it as resolved too, because I think it should be OK now.
can this issue be closed then ?
I changed the function signature to
func calculate1RM(_ weight: Int, _ reps: Int) -> Int?
so I think the labels are not needed anymore at a call site?Above is the supplied test cases, in order to get the tests to even run it has to be changed to the following
The random test cases have the same issue and need the labels added to the
calculate1RM
functions within the testing framework.Factor translation
Should be fixed, could you please verify?
Remember to click RESET to restore initial solution stub. Thanks!
swift error when running tests
error: missing argument labels