~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to python/test/t_Brent_std.atpy

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-05-10 17:27:55 UTC
  • mfrom: (1.1.4 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100510172755-cb5ynskknqqi5rhp
Tags: 0.13.2-2ubuntu1
* Merge with Debian testing. No changes left.
* ubuntu_fix-python-2.6.patch: fix detection of python 2.6 libs, to not use
  LOCALMODLIBS. This pulls a dependency on SSL and makes the package FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
#AT_TESTED([t_Brent_std.py])
6
6
 
7
 
AT_CHECK([t_Brent_std.py],
 
7
AT_CHECK([python ${examplesdir}/t_Brent_std.py],
8
8
         [0],
9
9
[[myAlgo= class=Brent derived from class=SolverImplementation absoluteError=1e-05 relativeError=1e-05 maximumFunctionEvaluation=100 usedFunctionEvaluation=0
10
 
Solve  x-cos(x) =0.000000  for  x
11
 
x=0.739085
12
 
myAlgo= class=Brent derived from class=SolverImplementation absoluteError=1e-05 relativeError=1e-05 maximumFunctionEvaluation=100 usedFunctionEvaluation=17
 
10
Solve  x-cos(x) =0.00000  for  x
 
11
x=0.73908
 
12
myAlgo= class=Brent derived from class=SolverImplementation absoluteError=1e-05 relativeError=1e-05 maximumFunctionEvaluation=100 usedFunctionEvaluation=8
13
13
]],
14
14
         [ignore])
15
15