Commits

Takahiro Tsutsumi authored 48b797291ef
Set saving of output stats dicts off

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

Modified
112 112 dataPath = os.path.join(os.environ['CASAPATH'].split()[0], 'casatestdata/')
113 113 return os.path.join(dataPath,apath)
114 114
115 115 # location of data
116 116 data_path = ctsys_resolve('stakeholder/alma/')
117 117
118 118 # save the dictionaries of the metrics to files (per tests)
119 119 # mostly useful for the maintenace (updating the expected metric i
120 120 # parameters based
121 121 # on the current metrics)
122 -savemetricdict=True
122 +savemetricdict=False
123 123
124 124 ## Base Test class with Utility functions
125 125 class test_tclean_base(unittest.TestCase):
126 126
127 127 def setUp(self):
128 128 self._myia = _ia
129 129 self.epsilon = 0.01 # sets epsilon as a percentage (1%)
130 130 self.msfile = ""
131 131 # self.img = "tst"
132 132 self.img_subdir = 'testdir'

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

Add shortcut