[Yade-dev] [Bug 1759633] Re: The Code is crashed when there are two balls with same position and radius

2019-02-05 Thread Janek Kozicki
moved form https://bugs.launchpad.net/yade/+bug/1759633 to https://gitlab.com/yade-dev/trunk/issues/40 -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1759633 Title: The Code is crashed when there

[Yade-dev] [Bug 1759633] Re: The Code is crashed when there are two balls with same position and radius

2018-04-17 Thread Jérôme Duriez
Hi, It's true using the "wrong code" I got an infinite (it seems) number of "ValueError: cannot convert float NaN to integer" even when running just one iteration. Is it what you call "code is crashed" ? If yes, could you please try to shorten your script ? (for this behavior to occur do we

[Yade-dev] [Bug 1759633] Re: The Code is crashed when there are two balls with same position and radius

2018-04-08 Thread Meng Qing Xiang
Hello, Sorry to reply later. I use a simple example given by Jan. This is OK: O.periodic = True O.cell.setBox(6,10,14) b1 = sphere((0,0,0),1,color=(1,0,0)) b2 = sphere((2,4,4),1,color=(0,1,0)) b3 = sphere((4,8,8),1,color=(0,1,1)) O.bodies.append((b1,b2,b3)) O.step() b3.state.vel =

[Yade-dev] [Bug 1759633] Re: The Code is crashed when there are two balls with same position and radius

2018-03-28 Thread Robert Caulk
Hello, Will you please provide a minimal working example to demonstrate this bug [1]? Cheers, Robert [1]https://yade-dem.org/wiki/Howtoask -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1759633