yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #06548
[Bug 690091] Re: r2613 packs.py is not working
Sorry, that was my fault. But, anyway it does not work.
899 WARN yade.pack.predicates py/log.cpp:17 logSetLevel: No logger named SubdomainBalancer, ifnoring level setting.
Traceback (most recent call last):
File "./../../../bin/yade-cleanCompNew", line 162, in runScript
execfile(script,globals())
File "packs.py", line 97, in <module>
SubdomainBalancer(colorize=True,initRun=True,iterPeriod=100),
NameError: name 'SubdomainBalancer' is not defined
Could you not have a look?
When I comment out the SubdomainBalancer line in Engines, all facets disappear after first step.
Anton
** Changed in: yade
Status: Invalid => New
--
You received this bug notification because you are a member of Yade
developers, which is the registrant for Yade.
https://bugs.launchpad.net/bugs/690091
Title:
r2613 packs.py is not working
Status in Yet Another Dynamic Engine:
New
Bug description:
1973 WARN yade.pack.predicates py/log.cpp:17 logSetLevel: No logger named SubdomainOptimizer, ifnoring level setting.
Traceback (most recent call last):
File "./../../../bin/yade-cleanCompNew", line 162, in runScript
execfile(script,globals())
File "packs.py", line 97, in <module>
SubdomainOptimizer(colorize=True,initRun=True,iterPeriod=100),
NameError: name 'SubdomainOptimizer' is not defined
References