Hi Osman,
On Thu, Jun 3, 2010 at 4:48 PM, osman <os...@fuse.net> wrote:
On Thu, 2010-06-03 at 14:02 -0400, Logan Sorenson wrote:
It's working here, along with the schroedinger examples (although hydrogen and boron have the known convergence issue in 3d).
Thanks! Logan
On Thu, Jun 3, 2010 at 7:50 AM, Robert Cimrman <cimr...@ntc.zcu.cz> wrote:
Hi all,
we have fixed tests/test_input_linear_elastic_mM.py, so now all tests should pass again. Verifications welcome!
r.
tests/test_input_linear_elastic_mM.py --- test instance creation failed
47 test file(s) executed in 60.45 s, 1 failure(s) of 65 test(s)
Not for me :-(
osman@destiny:~/src/sfepy$ ./schroedinger.py --boron Traceback (most recent call last): File "./schroedinger.py", line 729, in <module> main() File "./schroedinger.py", line 715, in main conf = ProblemConf.from_file( filename_in, required, other ) File "/home/osman/src/sfepy/sfepy/base/conf.py", line 248, in from_file funmod = import_file( filename ) File "/home/osman/src/sfepy/sfepy/base/base.py", line 126, in import_file mod = __import__(name) File "/home/osman/src/sfepy/examples/quantum/boron.py", line 3, in <module> from common import common ImportError: cannot import name common
Mesh was created already. This is with a new clone.
I pulled from Robert's repository on github. Could it be that the changes haven't propagated to the main git repo yet?
HTH! Logan