Commits

Sandra M Castro authored 51a70b8b64d
Updated old scripts with new casatestdata repo

casa5/gcwrap/python/scripts/tests/test_asdmsummary.py

Modified
52 52 pass
53 53 else:
54 54 default(asdmsummary)
55 55
56 56 def tearDown(self):
57 57 pass
58 58
59 59 def test_alma_asdm(self):
60 60 ''' ALMA M51 data'''
61 61 # used in test_importasdm, test_importasdm_mms.
62 - self.doASDMSummary('regression/asdm-import/input/uid___X5f_X18951_X1',166)
62 + self.doASDMSummary('uid___X5f_X18951_X1',166)
63 63
64 64 def test_vla_asdm(self):
65 65 '''VLA data'''
66 66 # used in test_importevla, test_importasdm_mms, test_importasdm
67 - self.doASDMSummary('regression/unittest/importevla/X_osro_013.55979.93803716435',246)
67 + self.doASDMSummary('X_osro_013.55979.93803716435',246)
68 68
69 69 def test_aca_asdm(self):
70 70 '''ACA with mixed pol/channelisation'''
71 71 # used in test_importasdm_mms, test_importasdm
72 - self.doASDMSummary('regression/asdm-import/input/uid___A002_X72bc38_X000',2513)
72 + self.doASDMSummary('uid___A002_X72bc38_X000',2513)
73 73
74 74 def test_12m_asdm(self):
75 75 ''' 12m with mixedl pol/channelisation'''
76 76 # used in test_importasdm_mms, test_importasdm
77 - self.doASDMSummary('regression/asdm-import/input/uid___A002_X71e4ae_X317_short',1017)
77 + self.doASDMSummary('uid___A002_X71e4ae_X317_short',1017)
78 78
79 79 def suite():
80 80 return [asdmsummary_test]
81 81
82 82 if is_CASA6:
83 83 if __name__ == '__main__':
84 84 unittest.main()

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut