
On 12/04/10 02:26, osman wrote:
On Fri, 2010-12-03 at 12:51 +0100, Robert Cimrman wrote:
Hi,
next week I would like to release a new version to the unsuspecting world to show that sfepy is alive, so if there is somebody willing to test the code, grab it as usual at [1], see [2] or [3] if you forgot how :)
I am attaching an updated test script, so that you can just compile the extension modules, and run it. It might be too picky in cases as it expects the exact output I get on my computer...
Hi Robert, Looks like all is ok on my 64 bit ubuntu lucid.
Good, thanks for trying it out!
python test_install.py ./simple.py examples/diffusion/poisson.py ...: False sfepy: left over: ['verbose', '__builtins__', '__file__', '__name__', 'data_dir', '_filename', '__package__', '__doc__'] sfepy: reading mesh (/home/osman/sfepy/meshes/3d/cylinder.mesh)... sfepy: ...done in 0.01 s sfepy: setting up domain edges... sfepy: ...done in 0.01 s sfepy: setting up domain faces... sfepy: ...done in 0.01 s sfepy: creating regions... .... .... sfepy: nls: iter: 3, residual: 1.316165e-14 (rel: 6.580823e-14)
That's fine. Next time I will modify the test script to be less picky about near zero numbers.
cheers, r.
./runTests.py tests: True
I did not see any errors ("fail") pop-up. -osman