Code commits
Casa6
-
Darrell Schiebel 027ad823ba235f09c86dd2d45b699be5e46cd3b5
Merge pull request #511 in CASA/casa6 from CAS-13530 to master
* commit 'eb4caefceadfaf07aa6efc7e233367dff2617f42':
CAS-13530 : Skipped tests 3 and 4 again (after request from SC)
CAS-13530 : added back split,concat task imports to test_tclean.py - it got lost in the merge conflict yesterday....
CAS-13530 : Now, brought back the if( isReadable(...) ) checks to make the code a little more robust. This brings the functionality/code back to where we started... and with which the validation on CAS-13010 happened more than a year ago.
CAS-13530 : Removed plotms imports/use from test_tclean. Edited a couple of skip messages for two tests that used plotms
Removed the casa5-related code from the test script and updated the test documentation on how to run tests in casa6.
Added tests 3,4 back in, after some investigations from the test group and a trial change to test framework setup.
CAS-13530 : Skipped new tests #3 and #4.
CAS-1330 : Removed the 'isReadable()' check from two more places exercised by these new tests, to revert back to the style of the code on trunk.
CAS-13530 : Undid the code change for the usage mode of test#4. This code matches trunk now. But, kept the test in. This is to test if the problem already exists on trunk, or whether the change to check if an image is readable before opening is the cause of the test suite running issues.
CAS-13530 - create and delete the vp tool within each test.... another try.
CAS-13530 : The complex PB vptable example is what causes the test failure. Here, editing the code to conform to the PBMath2DImage creation used for 'float' PBs
CAS-13530 : Re-enabled all 4 tests. Looks like the problem was only with the 4th one as tests ran properly with other three. Also added a _vp.reset() at the end of vptable creation in the last two tests, just to try.
CAS-13530 : Re-enabled new test #3, with float user-specified beam patterns. Previous tests show that tests #1 and #2 are ok and do not cause the test suite to fail.
CAS-13530 : Re-enabled 2 of the 4 new tests. These are the ALMA and ngVLA from the antenna dish diameter inputs.
CAS-13530 : Skipped new tests to see if the tests pass (i.e. test the effect of only code changes, but not new tests...)
- Re-commented the delData(). - Changed the usage of prepData() for two of the new tests.
CAS-13530 : Uncommented the delData() in tearDown() to see if that would fix the inability to clean up test results (the failure earlier looked like this)
CAS-13530 : Copied edits from CAS-13010. Tested the demo notebook with local build. -
Sandra Castro 801131e766c177dce25cc998d3fb652e117f345d
Merge pull request #514 in CASA/casa6 from CAS-13586 to master
* commit 'f0a158155eba19f9a84fa8ff620cb6fc144b2992':
CAS-13586 fix broken link in parameter_dictionary.py (just in case)
PIPE-13586 fix another broken link in browsetable GUI help
CAS-13586 fix broken link in msuvbin and casaqt help
CAS-13586 more fix on broken link
CAS-13586 fix broken link to TaQL documentation -
R. V. Urvashi <rurvashi@aoc.nrao.edu> eb4caefceadfaf07aa6efc7e233367dff2617f42
Merge branch 'master' into CAS-13530
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 0b08d21729f122f85b6e474425349ba7aff19a57 m
CAS-13530 : Skipped tests 3 and 4 again (after request from SC)
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 72a1ed6cd5bf4696110f42e7a6459f2a00e78d06 m
CAS-13530 : added back split,concat task imports to test_tclean.py - it got lost in the merge conflict yesterday....
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> e64e7aa70b0d674c22dc005d89a916fd19442c1a m
Merge branch 'master' into CAS-13530. Resolved conflict casa5/6 imports in test_tclean.py
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 23ec5960a35aef375ab304a030cf626a82acf4ee m
CAS-13530 : Now, brought back the if( isReadable(...) ) checks to make the code a little more robust. This brings the functionality/code back to where we started... and with which the validation on CAS-13010 happened more than a year ago.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> ecadcbe82ab4498cee221e133fb953d9bc3b40f2 m
CAS-13530 : Removed plotms imports/use from test_tclean. Edited a couple of skip messages for two tests that used plotms
-
Sandra Castro d0c5cd6ac12bc850d39785ae0345e0ed4d1851f4 m
Removed the casa5-related code from the test script and updated the test documentation on how to run tests in casa6.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 19433efa661d172bb3964420d36b5f9cb0afa6e9 m
Added tests 3,4 back in, after some investigations from the test group and a trial change to test framework setup.
-
Takeshi Nakazato f0a158155eba19f9a84fa8ff620cb6fc144b2992 m
CAS-13586 fix broken link in parameter_dictionary.py (just in case)
-
Takeshi Nakazato e87e4e1bc0744b31695f4ab0a760cb63f2d1c880 m
PIPE-13586 fix another broken link in browsetable GUI help
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 2d63d353c168bd84f8cbf4c5bb09a84120b3be00 m
Merge branch 'CAS-13530' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-13530
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 04c62b7873b1bd2db624ab2e3e6e0bc586308dff m
CAS-13530 : Skipped new tests #3 and #4.
-
Takeshi Nakazato 9ee1ab969b349cd053b9e0b788b68891ffb04a6b m
Merge branch 'master' into CAS-13586
-
Kumar Golap ee4d3c3c51834f59911c151ebd37015b6857cc74 m
Merge branch 'master' into CAS-13530
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 612f58f19a85ca9c75ed78245f972f713d60b34c m
CAS-1330 : Removed the 'isReadable()' check from two more places exercised by these new tests, to revert back to the style of the code on trunk.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> fc275d4acb63b29913864c7e8c42badeb0cb7fae m
Merge branch 'master' into CAS-13530
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 5efa07e0d46b873647926007ac22d9eecd26127f m
CAS-13530 : Undid the code change for the usage mode of test#4. This code matches trunk now. But, kept the test in. This is to test if the problem already exists on trunk, or whether the change to check if an image is readable before opening is the cause of the test suite running issues.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> d49a4d70eb5befb1c9df9b1029efa90d0c37e630 m
CAS-13530 - create and delete the vp tool within each test.... another try.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 5707131de9f0f7847909b47fd1649d6b1130f62a m
CAS-13530 : The complex PB vptable example is what causes the test failure. Here, editing the code to conform to the PBMath2DImage creation used for 'float' PBs
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 736cdf6d408e41105d01513159621c81e29cd03d m
CAS-13530 : Re-enabled all 4 tests. Looks like the problem was only with the 4th one as tests ran properly with other three. Also added a _vp.reset() at the end of vptable creation in the last two tests, just to try.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> f369365762be145917ef606775a976fa929def61 m
CAS-13530 : Re-enabled new test #3, with float user-specified beam patterns. Previous tests show that tests #1 and #2 are ok and do not cause the test suite to fail.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 9f3fbe4d0e84b8ba10925fdae6a0c11712fa6c93 m
CAS-13530 : Re-enabled 2 of the 4 new tests. These are the ALMA and ngVLA from the antenna dish diameter inputs.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 5c45a60ec54074dc7a4fa6b8ea3e7ee1a87711d0 m
CAS-13530 : Skipped new tests to see if the tests pass (i.e. test the effect of only code changes, but not new tests...)
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> f9bff8c16c9e29aa13d2099e2a044cacef10f6b2 m
- Re-commented the delData(). - Changed the usage of prepData() for two of the new tests.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> e3034749fc5c2a10fb4481316c93127bc45a5f58 m
CAS-13530 : Uncommented the delData() in tearDown() to see if that would fix the inability to clean up test results (the failure earlier looked like this)
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 0f589882743690cc75b98f3a822e2c3a46f90636 m
CAS-13530 : Copied edits from CAS-13010. Tested the demo notebook with local build.
- casatasks/tests/tasks/test_tclean.py (version 0f589882743690cc75b98f3a822e2c3a46f90636) (diffs)
- casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc (version 0f589882743690cc75b98f3a822e2c3a46f90636) (diffs)
- casatools/src/code/synthesis/TransformMachines2/HetArrayConvFunc.cc (version 0f589882743690cc75b98f3a822e2c3a46f90636) (diffs)
-
Takeshi Nakazato 31bd86dc19ba9b399b569bbb537bea259c92f4bc m
Merge branch 'master' into CAS-13586
-
Takeshi Nakazato 7f4926e3c2b5158fcf81f34c51fccd56570da5a2 m
Merge tag '6.4.0.11' into CAS-13586
-
Takeshi Nakazato 8bbcfa37f5569bb228d70335e2fef51bde49a5e3 m
CAS-13586 fix broken link in msuvbin and casaqt help
-
Takeshi Nakazato 30fa037b61f481d0d388b561bf68af9b1e4f0ba3 m
CAS-13586 more fix on broken link
-
Takeshi Nakazato 32d19fa8a857e1f50adc29a1e8cebd59f642a5ab m
CAS-13586 fix broken link to TaQL documentation