[SciPy-dev] ERROR: test_explicit (scipy.tests.test_odr.test_odr)

Nils Wagner nwagner at iam.uni-stuttgart.de
Thu Mar 15 04:17:33 EDT 2007


Hi all,

scipy.test(1) results in 5 errors wrt odr package. It seems to be a
python2.5 problem since
I cannot reproduce these errors with python2.4 and
>>> scipy.__version__
'0.5.3.dev2848'

Anyway can someone reproduce these errors ?

ERROR: test_explicit (scipy.tests.test_odr.test_odr)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/local/lib64/python2.5/site-packages/scipy/odr/tests/test_odr.py",
line 46, in test_explicit
    out = explicit_odr.run()
  File "/usr/local/lib64/python2.5/site-packages/scipy/odr/odrpack.py",
line 1049, in run
    self.output = Output(apply(odr, args, kwds))
  File "/usr/local/lib64/python2.5/site-packages/scipy/odr/odrpack.py",
line 576, in __init__
    self.stopreason = report_error(self.info)
  File "/usr/local/lib64/python2.5/site-packages/scipy/odr/odrpack.py",
line 143, in report_error
    'Iteration limit reached')[info % 10]
IndexError: tuple index out of range

Nils





More information about the SciPy-Dev mailing list