← Back to team overview

yade-users team mailing list archive

Re: [Question #690820]: VTKRecorder: Aborted (core dumped)

 

Question #690820 on Yade changed:
https://answers.launchpad.net/yade/+question/690820

    Status: Open => Needs information

Robert Caulk requested more information:
The MWE does not reproduce the error you describe. It has syntax errors:

>>>>
    sps=SpherePack() sp=pack.randomDensePack(pack.inAlignedBox(mn,mx),spheresInCell=2000,radius=1/20,returnSpherePack=True)
                      ^
SyntaxError: invalid syntax
>>>>

after fixing that I get:

>>>>
O.bodies.append([sphere(s[0],s[1],color=(0.6+0.15*rand(),0.5+0.15*rand(),0.15+0.15*rand()),material='mat1') for s in sp])
NameError: name 'rand' is not defined
>>>

Please provide an MWE [1].

[1]https://www.yade-dem.org/wiki/Howtoask

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.