Ignore:
Timestamp:
03/11/13 17:22:36 (11 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sd

Description: asap unit test fix


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/test_scantable.py

    r2773 r2787  
    221221        res_rms = (q-b).stats('rms')
    222222        assert_almost_equals(res_rms[0], 0.38346, 5)
    223         #assert_almost_equals(res_rms[1], 0.38780, 5)       
    224         assert_almost_equals(res_rms[1], 0.48780, 5)       
     223        assert_almost_equals(res_rms[1], 0.38780, 5)       
    225224
    226225
Note: See TracChangeset for help on using the changeset viewer.