This issue is regarding checking bertotti losses in file machine/sm.py. Mainly in the range of lines 791.. and 911...
keys is supposed to be a list. Later theres a call to keys.update() which does not excist for lists... A keys.append() should do the trick :)
Anyways there are too many curly braces in this call to keys.update().
Please look at lines 791... and 911... of file machine/sm.py.
Hi all!
This issue is regarding checking bertotti losses in file machine/sm.py. Mainly in the range of lines 791.. and 911...
keys
is supposed to be a list. Later theres a call tokeys.update()
which does not excist for lists... Akeys.append()
should do the trick :)Anyways there are too many curly braces in this call to
keys.update()
.Please look at lines 791... and 911... of file machine/sm.py.
Cheers Thomas