yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #20719
Re: [Question #684008]: aabb walls don't move after apply a force
Question #684008 on Yade changed:
https://answers.launchpad.net/yade/+question/684008
Status: Answered => Open
Anqi H is still having a problem:
Hi Jan,
Thank you for the catch. I've uncommented the code that defined
blockedDOFs, but now I've got very different error messages when I run
the simulations. It seems like it does not recognize a character in the
line 'upper_wall.state.blockedDOFs = 'zXY'', but this line of code
doesn't have any issues in the old yade install.
ValueError: cannot convert float NaN to integer
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/IPython/core/ultratb.py", line 1267, in __call__
self.handler((etype, evalue, etb))
File "/usr/lib/python3/dist-packages/IPython/core/ultratb.py", line 1256, in handler
ostream.write(self.text(etype, evalue, etb))
UnicodeEncodeError: 'latin-1' codec can't encode character '\u03bc' in position 2659: ordinal not in range(256)
Original exception was:
Traceback (most recent call last):
File "/usr/local/yadeFoam/install/lib/x86_64-linux-gnu/yade-2019-08-28.git-430b5a3/py/yade/qt/__init__.py", line 199, in refreshEvent
self.refreshValues()
File "/usr/local/yadeFoam/install/lib/x86_64-linux-gnu/yade-2019-08-28.git-430b5a3/py/yade/qt/__init__.py", line 272, in refreshValues
s=int(t); ms=int(t*1000)%1000; us=int(t*1000000)%1000; ns=int(t*1000000000)%1000
--
You received this question notification because your team yade-users is
an answer contact for Yade.