You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
The code example of fitLevel49.py gives an error.
$ python fitLevel49.py
...
File "BSIM3v3.py", line 684, in _DC_Curr
for v in output:
NameError: global name 'output' is not defined
In order to fix this, I added default arguments "output = ('Id', 'Is', 'Isub')" to _DC_Curr (). But I do not know the author's intention. Is this correct?
The text was updated successfully, but these errors were encountered:
Hi
The code example of fitLevel49.py gives an error.
In order to fix this, I added default arguments "output = ('Id', 'Is', 'Isub')" to _DC_Curr (). But I do not know the author's intention. Is this correct?
The text was updated successfully, but these errors were encountered: