Hello,
I’m getting this error for some reason.
KeyError: ‘W1’
In the previous cell I defined
(Moderator edit: code removed)
Hello,
I’m getting this error for some reason.
KeyError: ‘W1’
In the previous cell I defined
(Moderator edit: code removed)
Did you intentionally use upper case L on lefthand side and lower case l on righthand side?
Hi, @Jefferson_Fernandez. The KeyError
“exception” means that WL
is not an item in the parameters
dictionary. @ai_curious has shown you the way.