mail[bug #20177] Test failures from the relax test suites


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d Auvergne on September 19, 2012 - 17:41:
Update of bug #20177 (project relax):

                  Status:               Need Info => Ready For Test         

    _______________________________________________________

Follow-up Comment #4:

I'm pretty sure I have now fixed this bug.  From the 'relax -i' information, I
would guess that this is a 32-bit verses 64-bit precision issue.  Nothing to
be worried about.  As I cannot test this, could you run a quick test?  Could
you edit the file 'test_suite/system_tests/n_state_model.py' and change line
473 from:

        self.assertAlmostEqual(cdp.chi2 / 1e6, 1745860.0485368515 / 1e6)

to:

        self.assertAlmostEqual(cdp.chi2 / 1e6, 1745860.0485368515 / 1e6, 6)

This is the fix to the problem already committed to the repository.  If you
run the test suite with this change, it should pass.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?20177>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/




Related Messages


Powered by MHonArc, Updated Thu Sep 20 08:00:21 2012