C2_W1 Assignment repeated errors

Hi all,
Despite solving and passing all the test cases in the notebook, I repeatedly get this error for all exercises.

I get this error when I set L_of_omega() to take in 1 parameters

There was a problem compiling the code from your notebook. Details:
L_of_omega() takes 3 positional argument but 1 were given

When I set L_of_omega to take in 3 parameters, it gives an error

There was a problem compiling the code from your notebook. Details:
L_of_omega() takes 1 positional argument but 3 were given

I don’t know why, but I repeatedly get this error regardless of submitting many times.

Kindly help me resolve as this certificate is very crucial for me to enrol in the special training offered by my college.

Kind Regards,
Kausik D

When I set the L_of_omega() to take in 3 arguments, I get this error:

There was a problem compiling the code from your notebook. Details:
L_of_omega() missing 2 required positional arguments: ‘a’ and ‘b’

Kindly help!

How long ago did you start working on this assignment?
I believe the notebook and the .py utility files were both updated recently.

You may need to update both your notebook and your .py utility files.

I just started working on it yesterday, also tried both updating and rebooting the lab.

Still don’t works :slightly_frowning_face:

Kindly help!

same, still stuck:)

Check your private messages for instructions.

Please start a new thread for your issue.

Try creating your function to take in one main argument and two optional arguments which aren’t involved in the calculation, that should help you solve the issue.

Hope it helps!

I do not understand this recommendation. It sounds like a bad solution.