Hi,
I have improved test_install.py (tolerance for floating point numbers, failure output logged into test_install.log file), the script to test SfePy installation. Let me know, please, if it reports any errors that are caused by too low tolerances.
r.
These two failed on my machine I guess.
./simple.py examples/navier_stokes/stokes.py comparing: 9.317969e-12 1.210678e-13 ...: False
./schroedinger.py --2d --hydrogen comparing: (8.79e-04% -0.01984415 ...: False
On Wed, Jan 19, 2011 at 3:30 AM, Robert Cimrman cimr...@ntc.zcu.cz wrote:
Hi,
I have improved test_install.py (tolerance for floating point numbers, failure output logged into test_install.log file), the script to test SfePy installation. Let me know, please, if it reports any errors that are caused by too low tolerances.
r.
-- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel...@googlegroups.comsfepy-devel%...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
On Wed, 19 Jan 2011, Andre Smit wrote:
These two failed on my machine� I guess.
./simple.py examples/navier_stokes/stokes.py � comparing: 9.317969e-12 1.210678e-13 � ...: False
This one is ok, I will increase a bit the tolerance.
./schroedinger.py --2d --hydrogen � comparing: (8.79e-04% -0.01984415 � ...: False
This one failed, could you send me the full output?
r.
On Wed, Jan 19, 2011 at 3:30 AM, Robert Cimrman cimr...@ntc.zcu.cz wrote: Hi,
I have improved test_install.py (tolerance for floating point numbers, failure output logged into test_install.log file), the script to test SfePy installation. Let me know, please, if it reports any errors that are caused by too low tolerances. r. -- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
-- Andre
-- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
Attached.
On Thu, Jan 20, 2011 at 5:41 AM, Robert Cimrman cimr...@ntc.zcu.cz wrote:
On Wed, 19 Jan 2011, Andre Smit wrote:
These two failed on my machine I guess.
./simple.py examples/navier_stokes/stokes.py comparing: 9.317969e-12 1.210678e-13 ...: False
This one is ok, I will increase a bit the tolerance.
./schroedinger.py --2d --hydrogen
comparing: (8.79e-04% -0.01984415 ...: False
This one failed, could you send me the full output?
r.
On Wed, Jan 19, 2011 at 3:30 AM, Robert Cimrman cimr...@ntc.zcu.cz
wrote: Hi,
I have improved test_install.py (tolerance for floating point numbers, failure output logged into test_install.log file), the script to test SfePy installation. Let me know, please, if it reports any errors that are caused by too low tolerances. r. -- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel...@googlegroups.com<sfepy-devel%...@googlegroups.com>
. For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
-- Andre
--
You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel...@googlegroups.comsfepy-devel%...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
-- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel...@googlegroups.comsfepy-devel%...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
Hmm, I do not see any solution results printed in the output. Can you run it by hand as shown below (together with an example output...):
$ ./schroedinger.py --2d --hydrogen
<snip> schroedinger: computing resonance frequencies... schroedinger: loading... schroedinger: ...done schroedinger: solving... schroedinger: number of converged eigenvalues: 5 schroedinger: ...done in 2.12 s schroedinger: ...done schroedinger: a=100.000000 schroedinger: Energies: schroedinger: n exact FEM error schroedinger: 0: -0.50000000 -0.49552266 0.90% schroedinger: 1: -0.05555556 -0.05543229 0.22% schroedinger: 2: -0.05555556 -0.05530176 0.46% schroedinger: 3: -0.05555556 -0.01982905 64.31% schroedinger: 4: -0.02000000 -0.01982905 0.85% schroedinger: solution saved to ./mesh.vtk schroedinger: in . robert@chomp sfepy-git(master)$
r.
On Thu, 20 Jan 2011, Andre Smit wrote:
Attached.
On Thu, Jan 20, 2011 at 5:41 AM, Robert Cimrman cimr...@ntc.zcu.cz wrote: On Wed, 19 Jan 2011, Andre Smit wrote:
These two failed on my machine� I guess. ./simple.py examples/navier_stokes/stokes.py � comparing: 9.317969e-12 1.210678e-13 � ...: False
This one is ok, I will increase a bit the tolerance.
./schroedinger.py --2d --hydrogen � comparing: (8.79e-04% -0.01984415 � ...: False
This one failed, could you send me the full output?
r.
On Wed, Jan 19, 2011 at 3:30 AM, Robert Cimrman <cimr...@ntc.zcu.cz> wrote: � � �Hi, � � �I have improved test_install.py (tolerance for floating point � � �numbers, failure output logged into test_install.log file), � � �the script to test SfePy installation. Let me know, please, � � �if it reports any errors that are caused by too low � � �tolerances. � � �r.