yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #23963
Re: [Question #693011]: save and laod previously-generated 2d packing
Question #693011 on Yade changed:
https://answers.launchpad.net/yade/+question/693011
Status: Open => Answered
Jan Stránský proposed the following answer:
Hello,
use memoDbg=True to get some more info.
The problem is this line
###
if wantPeri and (X/x1>0.9 or X/x1<0.6): memoDbgMsg("REJECT: initSize differs too much from scaled packing size."); continue
###
so some problems with dimensions.. put come "debug prints" to see what are the values and, why it is rejected, what/why is saved, what is loaded.....
cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.