New issue 161 by torsten....@gmail.com: Wrong variable name "sm" in
sfepy/postprocess/viewer.py
http://code.google.com/p/sfepy/issues/detail?id=161
It must be "vm":
Traceback (most recent call last):
File "asi_breaker.py", line 120, in <module>
main()
File "asi_breaker.py", line 117, in main
view(vector_mode="warp_norm", rel_scaling=2, is_scalar_bar=True,
is_wireframe=True)
File "/home/bronger/sfepy/sfepy/postprocess/viewer.py", line 725, in
call_mlab
% sm)
UnboundLocalError: local variable 'sm' referenced before assignment
Comment #1 on issue 161 by robert.c...@gmail.com: Wrong variable name "sm"
in sfepy/postprocess/viewer.py
http://code.google.com/p/sfepy/issues/detail?id=161
Could you verify the fix at [1]?
I changed sm to vm locally on my PC in that line 725 and it worked for me.
Comment #3 on issue 161 by robert.c...@gmail.com: Wrong variable name "sm"
in sfepy/postprocess/viewer.py
http://code.google.com/p/sfepy/issues/detail?id=161
Ok, let's close this...
Comment #4 on issue 161 by robert.c...@gmail.com: Wrong variable name "sm"
in sfepy/postprocess/viewer.py
http://code.google.com/p/sfepy/issues/detail?id=161#c4
Migrated to http://github.com/sfepy/sfepy/issues/163