Build: #116 was successful Child of CASA-C6MP-271
Code commits
casa6
-
Ville Suoranta cd7503545635a9f063a5cbe6855c1720340d62ee
Merge pull request #425 in CASA/casa6 from CAS-13537 to master
* commit '4089cde363b049aafb0a424636cb1c14054014cd':
pick up almatask build (CAS-13537)
noop to trigger bamboo packaging? (CAS-13537)
pick up almatasks changes (CAS-13537) -
Darrell Schiebel <darrell@schiebel.us> 4089cde363b049aafb0a424636cb1c14054014cd m
pick up almatask build (CAS-13537)
-
Ville Suoranta 3d73fcd43b1f5350e362fad864c65bc176a0740d
Merge pull request #419 in CASA/casa6 from CAS-13526 to master
* commit '99b83faabb8124f0b642f824bbf4784f0dcfdfbd':
differing print statments still caused error. created a different write to std error function
added alternate error printing when using python2
moved merged test to casatasks and removed old vishead test. Updated the unittestlist file and CMake file
renamed test_vishead to test_req_task_vishead
merged test_vishead and test_req_task_vishead -
Ville Suoranta 75b56b9ec7ecd5c37994abc03d79c47ca934f995
Merge pull request #421 in CASA/casa6 from CAS-13444 to master
* commit '80aeaf54c9a506abef608c2da414b250f4e9939e':
added import of casalog to test_importasdm_mms.py
Copied test_importasdm_mms from casa5 to casa6. Made both tests compliant with Python 3 and identical to each other. The tests handle when mpi is not available in the system and runs in serial in both linux and macOS.
fixed incorrect type of new SDM_CORR_BIT column
Added SDM_CORR_BIT column to SPW table following past practice of other SDM_* special columns. Same handling in MSTransform classes as other SDM_* columns. Added checks in test_importasdm.py and test_sdm_toms.py -
Neal Schweighart 99b83faabb8124f0b642f824bbf4784f0dcfdfbd m
differing print statments still caused error. created a different write to std error function
-
Darrell Schiebel <darrell@schiebel.us> e7bb169011a40168113781270ea0bb67da0915fd m
noop to trigger bamboo packaging? (CAS-13537)
-
Bob Garwood 80aeaf54c9a506abef608c2da414b250f4e9939e m
Merge branch 'master' into CAS-13444
-
Neal Schweighart 2295692021a052efef1a0fa4b02f90387567f594 m
added alternate error printing when using python2
-
Darrell Schiebel <darrell@schiebel.us> 799f3cbdde03c67262680c420cf3306548995163 m
pick up almatasks changes (CAS-13537)
-
Neal Schweighart 225ab7e1574d103767bba2e6e6c8fdc575b28f2a m
Merge branch 'master' into CAS-13526
-
Neal Schweighart bc3eba701fdcc63a6676fe87b28af32b544cd3cc m
moved merged test to casatasks and removed old vishead test. Updated the unittestlist file and CMake file
- casa5/gcwrap/python/scripts/tests/CMakeLists.txt (version bc3eba701fdcc63a6676fe87b28af32b544cd3cc) (diffs)
- casa5/gcwrap/python/scripts/tests/unittests_list.txt (version bc3eba701fdcc63a6676fe87b28af32b544cd3cc) (diffs)
- casatasks/tests/tasks/test_req_task_vishead.py (version bc3eba701fdcc63a6676fe87b28af32b544cd3cc) (diffs)
- casatasks/tests/tasks/test_vishead.py (version bc3eba701fdcc63a6676fe87b28af32b544cd3cc) (diffs)
-
Neal Schweighart 3dbe5c64c1496f1cd4c8fcb6d205054575807d34 m
renamed test_vishead to test_req_task_vishead
-
Neal Schweighart 7c5aca76183118c62bf940a931f79ae5413704f5 m
merged test_vishead and test_req_task_vishead
-
Bob Garwood b42666c5210de05fc160faa23112c7c215faf310 m
added import of casalog to test_importasdm_mms.py
-
Bob Garwood bac0ff01f74fb97e6a8f301c3d7fef2825bfe7dd m
Merge branch 'master' into CAS-13444
-
Sandra Castro 37724b7d780e8f4af0be0a38e807c287378b0447 m
Copied test_importasdm_mms from casa5 to casa6. Made both tests compliant with Python 3 and identical to each other. The tests handle when mpi is not available in the system and runs in serial in both linux and macOS.
-
Bob Garwood 94d7f088f16ca0df6fab1079a55b2236a123cbea m
Merge branch 'master' into CAS-13444
-
Bob Garwood e03804d7d804a3b80d95dbc81523e37846acb800 m
fixed incorrect type of new SDM_CORR_BIT column
-
Bob Garwood 765cfc585247cf8799109435e322d919351357e0 m
Merge branch 'master' into CAS-13444
-
Bob Garwood ff57d6890612dd91a460f2c7911e6744f9c2ed44 m
Added SDM_CORR_BIT column to SPW table following past practice of other SDM_* special columns. Same handling in MSTransform classes as other SDM_* columns. Added checks in test_importasdm.py and test_sdm_toms.py
- casa5/code/alma/apps/asdm2MS/ASDM2MSFiller.cc (version ff57d6890612dd91a460f2c7911e6744f9c2ed44) (diffs)
- casa5/code/alma/apps/asdm2MS/ASDM2MSFiller.h (version ff57d6890612dd91a460f2c7911e6744f9c2ed44) (diffs)
- casa5/code/alma/apps/asdm2MS/asdm2MS.cc (version ff57d6890612dd91a460f2c7911e6744f9c2ed44) (diffs)
- casa5/code/mstransform/MSTransform/MSTransformDataHandler.cc (version ff57d6890612dd91a460f2c7911e6744f9c2ed44) (diffs)
- casa5/code/mstransform/MSTransform/MSTransformManager.cc (version ff57d6890612dd91a460f2c7911e6744f9c2ed44) (diffs)
- casa5/gcwrap/python/scripts/tests/test_importasdm.py (version ff57d6890612dd91a460f2c7911e6744f9c2ed44) (diffs)
- casatasks/tests/tasks/test_importasdm.py (version ff57d6890612dd91a460f2c7911e6744f9c2ed44) (diffs)
- casatools/src/cmpt/sdm/ASDM2MSFiller.cc (version ff57d6890612dd91a460f2c7911e6744f9c2ed44) (diffs)
- casatools/src/cmpt/sdm/ASDM2MSFiller.h (version ff57d6890612dd91a460f2c7911e6744f9c2ed44) (diffs)
- casatools/src/cmpt/sdm/sdm_cmpt.cc (version ff57d6890612dd91a460f2c7911e6744f9c2ed44) (diffs)
- casatools/tests/tools/sdm/test_sdm_toms.py (version ff57d6890612dd91a460f2c7911e6744f9c2ed44) (diffs)