Build: #225 was successful Changes by R. V. Urvashi <rurvashi@aoc.nrao.edu> and Ville Suoranta
Code commits
Casa6
-
Ville Suoranta aecb3a4f85ded2aed7052db79e3a388770b0d7ae
Merge pull request #355 in CASA/casa6 from CAS-13211 to master
* commit '58d04f0004ba3bd204026333fc40d57e4216d014': (24 commits)
CAS-13211 : Change to th.check_final on test_req_task_sdintimaging
Adding mpi mode for test sdintimaging in the json file.
Revert "CAS-13211 : Set the psfcutoff parameter explicitly in the test_tclean call for the briggsbwtaper. This is to try to debug the PR failure that happens only in the PR tarball, but not in a local tarball with latest trunk merged in." Also revert last commit by JW. Also undid the "checkfinal" fix. The idea is to test if now, all unrelated test failures disappear.
Fix perchanweightdensity when nchan < number of mpi processes.
CAS-13211 : Set the psfcutoff parameter explicitly in the test_tclean call for the briggsbwtaper. This is to try to debug the PR failure that happens only in the PR tarball, but not in a local tarball with latest trunk merged in.
added a check to catch psfcutoff values not between 0 and 1
Edited test values after the psf-fitting numerical code came in from trunk
CAS-13211 : Undo-ing the mosaic gridder changes copied from CAS-12581. With this, the n891 validation dataset will no longer run with tclean or sdintimaging, but this separates the issues in these two tickets.
Skipping a test that went to master in CAS-12957, which tries to test for channel 1 in a mtmfs image that cannot have a channel 1. This will be dealt with in CAS-12581.
CAS-13211 : fixed an import error, and a mod to 'checkfinal' to catch some failures that it earlier wasn't
CAS-13211 : Added test case to test_tclean.py for cube deconvolvers. This shows the problem that was fixed in the multiscale clean minor cycle.
CAS-13211 : Fix multiscale cube psf error. Modified tests in sdintimaging.
CAS-13211 : Removed a debugging change in the test script.
CAS-13211 : Added a missing import of tclean in the test script...
Added missing import in casa 6 for tclean
CAS-13211 : Fixed another import bug in the code for casa6
CAS-13211 : Fixed incorrect import for casa6
CAS-13211 : copied test to casa6 location and removed the 'disable_' version.
CAS-13211 : typo in truth value. added missing zero.
CAS-13211 : Enabled parallelization from the cube refactor, properly this time.
... -
R. V. Urvashi <rurvashi@aoc.nrao.edu> 58d04f0004ba3bd204026333fc40d57e4216d014
Merge branch 'CAS-13211' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-13211
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 73237c9ae17380eddbdd91e287a322d7c9881d70
CAS-13211 : Change to th.check_final on test_req_task_sdintimaging
-
Sandra Castro 3821733f515f40ef49e8d1f8e8696993402fc08b m
Adding mpi mode for test sdintimaging in the json file.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> afa25ab6e35ea5bf96cbaa72d6bca883ffc4b32d
Merge branch 'master' into CAS-13211
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> a0a9484b987d30810f8b0f9fc79c083e0ca3bc07 m
Revert "CAS-13211 : Set the psfcutoff parameter explicitly in the test_tclean call for the briggsbwtaper. This is to try to debug the PR failure that happens only in the PR tarball, but not in a local tarball with latest trunk merged in." Also revert last commit by JW. Also undid the "checkfinal" fix. The idea is to test if now, all unrelated test failures disappear.
This reverts commit 550ae10d4e97b72b3167d6e5b2f812cdabac8a18.- casa5/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc (version a0a9484b987d30810f8b0f9fc79c083e0ca3bc07) (diffs)
- casa5/gcwrap/python/scripts/task_tclean.py (version a0a9484b987d30810f8b0f9fc79c083e0ca3bc07) (diffs)
- casa5/gcwrap/python/scripts/tests/test_tclean.py (version a0a9484b987d30810f8b0f9fc79c083e0ca3bc07) (diffs)
- casatasks/src/tasks/task_tclean.py (version a0a9484b987d30810f8b0f9fc79c083e0ca3bc07) (diffs)
- casatasks/tests/tasks/test_tclean.py (version a0a9484b987d30810f8b0f9fc79c083e0ca3bc07) (diffs)
-
Jan-Willem Steeb a27412b724a2b77bd368726d21f812221cb972af m
Fix perchanweightdensity when nchan < number of mpi processes.
- casa5/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc (version a27412b724a2b77bd368726d21f812221cb972af) (diffs)
- casa5/gcwrap/python/scripts/task_tclean.py (version a27412b724a2b77bd368726d21f812221cb972af) (diffs)
- casa5/gcwrap/python/scripts/tests/test_tclean.py (version a27412b724a2b77bd368726d21f812221cb972af) (diffs)
- casatasks/src/tasks/task_tclean.py (version a27412b724a2b77bd368726d21f812221cb972af) (diffs)
- casatasks/tests/tasks/test_tclean.py (version a27412b724a2b77bd368726d21f812221cb972af) (diffs)
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 550ae10d4e97b72b3167d6e5b2f812cdabac8a18 m
CAS-13211 : Set the psfcutoff parameter explicitly in the test_tclean call for the briggsbwtaper. This is to try to debug the PR failure that happens only in the PR tarball, but not in a local tarball with latest trunk merged in.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 8cb5bc8dc8c17d55e5bdf915c4ed1606a038efc4 m
Merge branch 'master' into CAS-13211
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> adee8253ac83bfbf5f522f5a9a21959b80bee06b m
added a check to catch psfcutoff values not between 0 and 1
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> e559c700034ba3180502e18fc51f8d2d76d545d9 m
Edited test values after the psf-fitting numerical code came in from trunk
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 37c020383d15215671e3a2e5fa93f851660dddb0 m
Merge branch 'master' into CAS-13211 Resolved conflicts to merge changes for psf-refitting interface
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 1ed984c3f8f58192b5a5229ab23300a713c78038 m
Merge branch 'master' into CAS-13211 + edit datapath for new test added in this branch
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 655825b495953755c05b429cdcede2590103397b m
CAS-13211 : Undo-ing the mosaic gridder changes copied from CAS-12581. With this, the n891 validation dataset will no longer run with tclean or sdintimaging, but this separates the issues in these two tickets.
- casa5/code/synthesis/TransformMachines2/HetArrayConvFunc.cc (version 655825b495953755c05b429cdcede2590103397b) (diffs)
- casa5/code/synthesis/TransformMachines2/SimplePBConvFunc.cc (version 655825b495953755c05b429cdcede2590103397b) (diffs)
- casa5/code/synthesis/TransformMachines2/SimplePBConvFunc.h (version 655825b495953755c05b429cdcede2590103397b) (diffs)
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 4eb4462353c273e327beb64804d30b89de87e1c1 m
Skipping a test that went to master in CAS-12957, which tries to test for channel 1 in a mtmfs image that cannot have a channel 1. This will be dealt with in CAS-12581.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> b9cbec7fe45bd50aec571ca944a24f1429370d9d m
Merge branch 'master' into CAS-13211, Fix auto-psf normalization. Include changes from CAS-12581 to allow validation datasets to run.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> b1343855aa3e9f72c744475f7af5235a96b83d55 m
CAS-13211 : fixed an import error, and a mod to 'checkfinal' to catch some failures that it earlier wasn't
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 714f593eff1bc13f403f4edab62288a275a4eee6 m
CAS-13211 : Added test case to test_tclean.py for cube deconvolvers. This shows the problem that was fixed in the multiscale clean minor cycle.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> aa2bfacb9e55dafa81930fc66be6afcf358b7b5c m
CAS-13211 : Fix multiscale cube psf error. Modified tests in sdintimaging.
- casa5/code/synthesis/ImagerObjects/SDAlgorithmMSClean.cc (version aa2bfacb9e55dafa81930fc66be6afcf358b7b5c) (diffs)
- casa5/code/synthesis/ImagerObjects/SDAlgorithmMSClean.h (version aa2bfacb9e55dafa81930fc66be6afcf358b7b5c) (diffs)
- casa5/gcwrap/python/scripts/tests/test_req_task_sdintimaging.py (version aa2bfacb9e55dafa81930fc66be6afcf358b7b5c) (diffs)
- casatasks/tests/tasks/test_req_task_sdintimaging.py (version aa2bfacb9e55dafa81930fc66be6afcf358b7b5c) (diffs)
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> a65b52ae558d750065ebdb47ceb37f29d67da0e8 m
CAS-13211 : Removed a debugging change in the test script.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 0d85b494a7c73953f3410fce24cf07742d8aadd7 m
Merge branch 'CAS-13211' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-13211
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> e674eaa5566b6456d89ddb0eec29b5018ea26c24 m
CAS-13211 : Added a missing import of tclean in the test script...
-
Sandra Castro b5e7c1857de01f4609ca8ec99a509aad8a341013 m
Added missing import in casa 6 for tclean
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 2fc5f3385e21efeff0a48624fc0dd77d27782d28 m
CAS-13211 : Fixed another import bug in the code for casa6
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 443f6aff3aa273a22bee3e07bc2193a46f4890e8 m
CAS-13211 : Fixed incorrect import for casa6
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 5d7cff56b42ecdb0caae2740529fd941fdf3d7b9 m
CAS-13211 : copied test to casa6 location and removed the 'disable_' version.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 19e6d66d4b337169f61942b2ac1ae117346948ad m
CAS-13211 : typo in truth value. added missing zero.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 68deca7de04514c1f9b5111940635743013b0ce7 m
CAS-13211 : Enabled parallelization from the cube refactor, properly this time.
- casa5/code/synthesis/ImagerObjects/SIImageStore.cc (version 68deca7de04514c1f9b5111940635743013b0ce7) (diffs)
- casa5/code/synthesis/ImagerObjects/SynthesisDeconvolver.cc (version 68deca7de04514c1f9b5111940635743013b0ce7) (diffs)
- casa5/code/synthesis/ImagerObjects/SynthesisNormalizer.cc (version 68deca7de04514c1f9b5111940635743013b0ce7) (diffs)
- casa5/gcwrap/python/scripts/task_sdintimaging.py (version 68deca7de04514c1f9b5111940635743013b0ce7) (diffs)
- casa5/gcwrap/python/scripts/tests/test_req_task_sdintimaging.py (version 68deca7de04514c1f9b5111940635743013b0ce7) (diffs)
- casatasks/src/tasks/task_sdintimaging.py (version 68deca7de04514c1f9b5111940635743013b0ce7) (diffs)
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 729a5aced963f9950bdfe4e34dc5de7f2372fb07 m
CAS-13153 : Tried to enable mpi parallelization for cube imaging and deconv.
- casa5/gcwrap/python/scripts/task_sdintimaging.py (version 729a5aced963f9950bdfe4e34dc5de7f2372fb07) (diffs)
- casa5/gcwrap/python/scripts/tests/test_req_task_sdintimaging.py (version 729a5aced963f9950bdfe4e34dc5de7f2372fb07) (diffs)
- casatasks/src/tasks/task_sdintimaging.py (version 729a5aced963f9950bdfe4e34dc5de7f2372fb07) (diffs)
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 5b461aba547f6b3b8649f1b0f5e57b3c9e0078c9 m
CAS-13211 : another typo
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> acef47f48748b5c3aa1f4cd98867ad595784a624 m
cas-13211 : fixed typo
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 0e7fed383c4320fa78ad1350ae89c61c79a99e94 m
CAS-13211 : Enabled parallelization, edited various checks, fixed numerical issues with pb norms, fixed sdonly math, brought in cube refactor. About 75% of the work listed in the description of CAS-13211.
- casa5/code/synthesis/ImagerObjects/SDAlgorithmMSClean.cc (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/code/synthesis/ImagerObjects/SIImageStore.cc (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/code/synthesis/ImagerObjects/SIImageStore.h (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/code/synthesis/ImagerObjects/SIImageStoreMultiTerm.cc (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/code/synthesis/ImagerObjects/SynthesisDeconvolver.cc (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/code/synthesis/ImagerObjects/SynthesisNormalizer.cc (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/code/synthesis/ImagerObjects/SynthesisUtilMethods.h (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/gcwrap/python/scripts/sdint_helper.py (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/gcwrap/python/scripts/task_sdintimaging.py (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/gcwrap/python/scripts/task_tclean.py (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/gcwrap/python/scripts/tests/test_req_task_sdintimaging.py (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/gcwrap/tasks/sdintimaging.xml (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/gcwrap/tools/synthesis/synthesisutils.xml (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casa5/gcwrap/tools/synthesis/synthesisutils_cmpt.cc (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casatasks/src/scripts/sdint_helper.py (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casatasks/src/tasks/task_sdintimaging.py (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)
- casatasks/src/tasks/task_tclean.py (version 0e7fed383c4320fa78ad1350ae89c61c79a99e94) (diffs)