Hi Robert,
I just cloned the latest snapshot. I am getting 2 failures. One is in
quadrature test :
./runTests.py tests/test_quadratures.py --filter-less<<< directory:
tests, test files: 1
tests/test_quadratures.py
test instance prepared (2 test(s))
... geometry: 1_2
... order: 1
--- test_quadratures: failed!
... geometry: 1_2
... order 1: True
... order 3: True
... order 5: True
... order 7: True
... order 9: True
... geometry: 2_3
... order 1: True
... order 2: True
... order 3: True
... geometry: 2_4
... order 2: True
... order 3: True
... order 5: True
... geometry: 3_4
... order 1: True
... order 2: True
... order 3: True
... geometry: 3_8
... order 2: True
... order 3: True
... order 5: True
+++ test_weight_consistency: ok
!!! 1 test failed
1 test file(s) executed in 0.22 s, 1 failure(s) of 2 test(s)
./runTests.py tests/test_input_linear_elastic_mM.py --filter-less
<<< directory: tests, test files: 1
tests/test_input_linear_elastic_mM.py
--- test instance creation failed
!!! 1 test failed
1 test file(s) executed in 0.00 s, 1 failure(s) of 1 test(s)
Now that one is due to my ubuntu karmic not having a good python tables
(no hdf5 support).
The first one:
./runTests.py tests/test_quadratures.py --filter-less --debug
<<< directory: tests, test files: 1
<<< tests/test_quadratures.py
sfepy: left over: ['get_poly', 'nm', '__builtins__', '_filename',
'__file__', '__package__', '__doc__', 'sm', '__name__',
'ordered_iteritems', 'TestCommon']
>>> test instance prepared (2 test(s))
... geometry: 1_2
... order: 1
>>> <type 'exceptions.AttributeError'>
Traceback (most recent call last):
File "./runTests.py", line 225, in <module>
main()
File "./runTests.py", line 216, in main
run_tests(stats, dirname, [filename])
File "./runTests.py", line 148, in run_tests
n_fail, n_total, test_time = run_test( conf_name, options )
File "./runTests.py", line 111, in run_test
ok, n_fail, n_total = test.run( options.debug )
File "/home/osman/src/sfepy/sfepy/base/testing.py", line 38, in run
ret = test_method()
File "tests/test_quadratures.py", line 96, in test_quadratures
is_simplex=is_simplex)
File "tests/test_quadratures.py", line 20, in get_poly
xs = sm.symarray(dim, 'x')
AttributeError: 'module' object has no attribute 'symarray'
Anything I can do for this failure?
Regards,
Osman
Hi all,
playing with the latest Logan's patch lead me to creating a new EasyToFix issue
[1].
As a matter of fact, the same applies to script/blockgen.py and
script/cylindergen.py.
r.
[1] http://code.google.com/p/sfepy/issues/detail?id=132
--
You received this message because you are subscribed to the Google Groups "sfepy-devel" group.
To post to this group, send email to sfepy...(a)googlegroups.com.
To unsubscribe from this group, send email to sfepy-devel...(a)googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
Hi all,
I added to the existing Comsol meshio faciliites to implement full
read/write for SfePy suported types. Hope someone can find it useful.
At the very least, it should make comparisons between Comsol and SfePy
easier. The code is on the comsol_mesh branch at [1].
Regards,
Logan
[1] http://github.com/logansorenson/sfepy/tree/comsol_mesh
--
You received this message because you are subscribed to the Google Groups "sfepy-devel" group.
To post to this group, send email to sfepy...(a)googlegroups.com.
To unsubscribe from this group, send email to sfepy-devel...(a)googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
Hello,
I installed mayavi-3.1.0 and sfepy-2010-1. But I have problems with the postprocessing.
When the python script viewer.py executes I got the following error message:
"""
File "/home/ ... /sfepy-release-2010.2/sfepy/postprocess/viewer.py", line558, in call_mlab
scene = gui.scene.mayavi_scene
AttributeError: 'MlabSceneModel' object has no attribute 'mayavi_scene'
"""
After that I installed mayavi-3.3.0, but I got the same problem.
Finally I installed sfe-2010-2 but unfortunately it did not help.
I would really appreciate any help with this matter.
Thanks
Michel
_________________________________________________________________
La boîte mail NOW Génération vous permet de réunir toutes vos boîtes mail dans Hotmail !
http://www.windowslive.fr/hotmail/nowgeneration/
--
You received this message because you are subscribed to the Google Groups "sfepy-devel" group.
To post to this group, send email to sfepy...(a)googlegroups.com.
To unsubscribe from this group, send email to sfepy-devel...(a)googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
Hello,
I installed mayavi-3.1.0 and sfepy-2010-1. But I have problems with the postprocessing.
When the python script viewer.py executes I got the following error message:
"""
File "/home/ ... /sfepy-release-2010.2/sfepy/postprocess/viewer.py", line558, in call_mlab
scene = gui.scene.mayavi_scene
AttributeError: 'MlabSceneModel' object has no attribute 'mayavi_scene'
"""
After that I installed mayavi-3.3.0, but I got the same problem.
Finally I installed sfe-2010-2 but unfortunately it did not help.
I would really appreciate any help with this matter.
Thanks
Michel
_________________________________________________________________
Installez gratuitement les nouvelles Emoch'ticones !
http://www.ilovemessenger.fr/emoticones/telecharger-emoticones-emochticones…
--
You received this message because you are subscribed to the Google Groups "sfepy-devel" group.
To post to this group, send email to sfepy...(a)googlegroups.com.
To unsubscribe from this group, send email to sfepy-devel...(a)googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
Hi again,
the term docs now include the term call signature, as can be seen e.g. at [1].
It is achieved using 'autodoc-process-docstring' sphinx directive, that allows
editing docstrings on-the-fly, see doc/conf.py .
r.
[1] http://docs.sfepy.org/doc-devel/src/sfepy/terms/termsMass.html
--
You received this message because you are subscribed to the Google Groups "sfepy-devel" group.
To post to this group, send email to sfepy...(a)googlegroups.com.
To unsubscribe from this group, send email to sfepy-devel...(a)googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
Hi all,
Following the example of sympy and other projects, I have created a new issue
label 'EasyToFix', that marks issues suitable for beginners (or go-easy
old-time users ;)).
There is only one of them at [1] now, but I guess we can come up with more...
r.
[1] http://code.google.com/p/sfepy/issues/list?q=label:EasyToFix
--
You received this message because you are subscribed to the Google Groups "sfepy-devel" group.
To post to this group, send email to sfepy...(a)googlegroups.com.
To unsubscribe from this group, send email to sfepy-devel...(a)googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.