Issue during evaluating L_of_omega_array function

Hi,
In the exercise 3 of week 1, I am unable to get 2nd line fix:

{moderator edit - solution code removed}

The line: L_array = L_array.at[i].set(L) is not getting compiled. I am unable to comprehend whats going wrong here. Any help is really appreicated.

Looks like, I got this resolved. I should have used the existing function :

{moderator edit - solution code removed}

That’s great that you were able to resolve the issue under your own power. Onward! :nerd_face:

1 Like

Friendly reminder:
Please do not share your code on the forum. That’s not allowed by the Code of Conduct.

You can describe the issue and post a screen capture image showing an error messages. That’s usually enough to diagnose the problem.

2 Likes

Sure, Thanks !