Commits

David Mehringer authored 1f86eeae8b1
add a space so a uild can be triggered

casatools/tests/tools/ms/test_tool_ms_statwt.py

Modified
894 894 myms.done()
895 895 self.assertTrue(
896 896 np.isclose(res['mean'], 3.691224144843796),
897 897 "mean is incorrect"
898 898 )
899 899 self.assertTrue(
900 900 np.isclose(res['variance'], 6.860972180192186),
901 901 "variance is incorrect"
902 902 )
903 903 shutil.rmtree(dst)
904 -
904 +
905 905 @unittest.skip("temporary skip for debugging one test")
906 906 def test_multi_spw_no_spectrum_columns(self):
907 907 "Test multi spw with no sigma nor weight spectrum columns works"
908 908 for tb in [1, "5s"]:
909 909 dst = "statwt_test_vlass_timebin" + str(tb) + ".ms"
910 910 shutil.copytree(vlass, dst)
911 911 myms.open(dst, nomodify=False)
912 912 res = myms.statwt(
913 913 combine='scan,field,state', timebin=tb,
914 914 datacolumn='residual_data'

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

Add shortcut