Build: #68 was successful Changes by Sandra Castro and Ville Suoranta
Code commits
Casa6
-
Ville Suoranta c0320e8085fbd9bbab1afaec3dcaa9675901618b
Merge pull request #109 in CASA/casa6 from CAS-4969 to master
* commit '02a63c698be623fdfcb9b39837ec581a8596c4b0':
CAS-4969: casa5/gcwrap test_importasdm.py should be identical to casa6 version. Fixed.
CAS-4969: fixed error in test7_lazy1 test
CAS-4969: inadvertantly removed one extra empty line from SubMS.cc in previous commit
CAS-4969: move to using SUB_TYPE instead of SDM_CORRELATOR_NAME
Changed the code used by ms.split (used by uvcontsub) to do the same thing that MSTransformDataHandler does for this new column. Added a test that uses ms.split to test_importasdm.py
test_split.py should be the same in casa5
more complete cleanup after test_updateFlagcmd1 so it doesn't interfer with other tests
Added test_optionalColumnsCopied to test_split.py to check that the SDM_* columns in PROCESSOR and SPECTRAL_WINDOW are copied by split
copy optional PROCESSOR columns in MSTransformDataHandler to make sure SDM_CORRELATOR_NAME is copied
CAS-4969 : add tests, tweak sdm_cmpt.cc as a result of testing, make CASA 5 version (asdm2MS and tests) functionally equivalent to CASA 6 tool and tests
CAS-4969: CASA 6 sdm tool changes to add SDM_CORRELATOR_MODE to PROCESSOR table -
Sandra Castro f7edb43de73d29e474b0a36610731751a8a29ee5
Merge pull request #113 in CASA/casa6 from CAS-3669 to master
* commit '70bb73016ad7811796e404506a60619318cb36d2':
Skip Tests Failing Due to Missing Module Import
Fix run condition checks for test_req_task_simanalyze (CAS-3669)
Update both versions of test_req_task_simanalyze.py (CAS-3669)
Switch casatasks imports to 'from' statements (CAS-3669)
Update CASA6 check for consistency with other tests (CAS-3669)
Infrastructure changes for test_req_task_simanalyze
Add test requirement docstrings back into test_req_task_simanalyze (CAS-3669)
Update test_req_task_simanalyze from code review (CAS-3669)
Finish main usage mode tests for test_req_task_simanalyze, add unittest skip to catch known failure modes; for CAS-3669
Add tests for test_req_task_simanalyze up to test_imaging_True_interferometric_and_total_power_analysis_False for CAS-3669
Keep adding tests to test_req_task_simanalyze (in both CASA5 and 6 source trees) for CAS-3669
Start populating test calls to simanalyze for CAS-3669
Fill out setup and teardown methods of test_req_task_simanalyze for CAS-3669
Set data paths for input simulation for CAS-3669
Add template functional requirements test for simanalyze to both source trees -
Akeem Wells 70bb73016ad7811796e404506a60619318cb36d2 m
Merge branch 'master' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-3669
-
Akeem Wells 36654d3b15dfcea37d01db254b33be4746b7106c m
Skip Tests Failing Due to Missing Module Import
-
Bob Garwood 02a63c698be623fdfcb9b39837ec581a8596c4b0 m
CAS-4969: casa5/gcwrap test_importasdm.py should be identical to casa6 version. Fixed.
-
Bob Garwood 78e91c2776fe0c5b42e3d637586b549dd4802312 m
Merge branch 'master' into CAS-4969
-
Bob Garwood ce70fc776f6714c9630cbfbc9dbdb50dae6a9558 m
CAS-4969: fixed error in test7_lazy1 test
-
Bob Garwood 831ce108c035705bc91ad2ed1e32427a961dabb1 m
CAS-4969: inadvertantly removed one extra empty line from SubMS.cc in previous commit
-
Bob Garwood aa0066470c7cc6ef236692d50fc7bb25376bf981 m
CAS-4969: move to using SUB_TYPE instead of SDM_CORRELATOR_NAME
- casa5/code/alma/apps/asdm2MS/ASDM2MSFiller.cc (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
- casa5/code/alma/apps/asdm2MS/ASDM2MSFiller.h (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
- casa5/code/alma/apps/asdm2MS/asdm2MS.cc (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
- casa5/code/mstransform/MSTransform/MSTransformDataHandler.cc (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
- casa5/code/msvis/MSVis/SubMS.cc (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
- casa5/gcwrap/python/scripts/tests/test_importasdm.py (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
- casa5/gcwrap/python/scripts/tests/test_split.py (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
- casatasks/tests/tasks/test_importasdm.py (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
- casatasks/tests/tasks/test_split.py (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
- casatools/src/cmpt/sdm/ASDM2MSFiller.cc (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
- casatools/src/cmpt/sdm/ASDM2MSFiller.h (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
- casatools/src/cmpt/sdm/sdm_cmpt.cc (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
- casatools/tests/tools/sdm/test_sdm_toms.py (version aa0066470c7cc6ef236692d50fc7bb25376bf981) (diffs)
-
Bob Garwood 725ad357114106eded23932a38f0b3cd71e7fe1f m
Merge branch 'master' into CAS-4969
-
Bob Garwood c250475e174d7289db5fdcf4ef442120a4503b55 m
Merge branch 'CAS-4969' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-4969
-
Andrew McNichols b09b8d29d841ff202262a2cdfd27af15657df6c5 m
Fix run condition checks for test_req_task_simanalyze (CAS-3669)
Correct the path specification for files which must exist to satisfy the skipUnless conditions on tests:
test_imaging_False_interferometric_analysis_True_showfidelity_True
test_imaging_False_single_dish_analysis_True_showfidelity_True -
Andrew McNichols aa7c575192ce5e24021335316eed78ddc365b3cd m
Update both versions of test_req_task_simanalyze.py (CAS-3669)
Move simobserve[/tclean] commands from tearDownClass back to setUpClass
Swap order of single dish and interferometric classes so simplest int cases come first
Add back tearDown methods to class definitions so parameter storage files are removed between tests instead of only at class teardown -
Andrew McNichols 21f1edef950b533d35ce9735bf75bdc0614293cd m
Merge branch 'CAS-3669' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-3669
Resolve duplicate edits of docstrings in:
casa5/gcwrap/python/scripts/tests/test_req_task_simanalyze.py
casatasks/tests/tasks/test_req_task_simanalyze.py -
Andrew McNichols 5a322c898968c232a6a72812d97d0e90fe0bb0ac m
Switch casatasks imports to 'from' statements (CAS-3669)
-
Andrew McNichols fccb8436c8659817416634425767b0983edf38e6 m
Update CASA6 check for consistency with other tests (CAS-3669)
Start using casatasks.private.casa_transition method -
Akeem Wells ffb93a7a79c56578ba0a04c2aed103252b9d687e m
Infrastructure changes for test_req_task_simanalyze
-
Andrew McNichols beaa3a1a8209af7e1102e1908fa4b3ddf8e22b62 m
Add test requirement docstrings back into test_req_task_simanalyze (CAS-3669)
Also change requirement list format as requested -
Andrew McNichols 4585270d08126508b4ad8b82b4ecc6e930614920 m
Update test_req_task_simanalyze from code review (CAS-3669)
Change both source tree versions to match script posted to ticket -
Andrew McNichols ef001f12e13e7e8e10c4146d61f9272fc3af163c m
Merge branch 'master' into CAS-3669
-
Andrew McNichols ef11cf30b444b725b56c383d4248dbb214774d81 m
Finish main usage mode tests for test_req_task_simanalyze, add unittest skip to catch known failure modes; for CAS-3669
-
Andrew McNichols df1f54353a25bc3031e1b2e11169a3d38111e910 m
Add tests for test_req_task_simanalyze up to test_imaging_True_interferometric_and_total_power_analysis_False for CAS-3669
-
Bob Garwood de376b8306a86a4690f409eb616ef4606cde0c43 m
Merge branch 'master' into CAS-4969
-
Andrew McNichols b240744284f2419d02a23050b1db5bbf281f8260 m
Keep adding tests to test_req_task_simanalyze (in both CASA5 and 6 source trees) for CAS-3669
-
Bob Garwood d55b6670a1a2162c54ab0afe4ce7648a3dc36110 m
Changed the code used by ms.split (used by uvcontsub) to do the same thing that MSTransformDataHandler does for this new column. Added a test that uses ms.split to test_importasdm.py
- casa5/code/msvis/MSVis/SubMS.cc (version d55b6670a1a2162c54ab0afe4ce7648a3dc36110) (diffs)
- casa5/gcwrap/python/scripts/tests/test_importasdm.py (version d55b6670a1a2162c54ab0afe4ce7648a3dc36110) (diffs)
- casatasks/tests/tasks/test_importasdm.py (version d55b6670a1a2162c54ab0afe4ce7648a3dc36110) (diffs)
-
Andrew McNichols 77c83216deb0c4037c2fc7b0d97cc334973a93f6 m
Start populating test calls to simanalyze for CAS-3669
-
Bob Garwood 9fac8971f928b2d89cf9399a6182588f3f2e8c62 m
Merge branch 'CAS-4969' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-4969
-
Andrew McNichols 55c3904510195a6a55403aea2e894c39d361fc13 m
Fill out setup and teardown methods of test_req_task_simanalyze for CAS-3669
-
Bob Garwood 92ee2e7b118d7ea60262ad5971fff4bf7a8e1162 m
test_split.py should be the same in casa5
-
Bob Garwood 845db1d809b6e8130634ccf4b0d3103b720e910e m
more complete cleanup after test_updateFlagcmd1 so it doesn't interfer with other tests
-
Andrew McNichols 8c9867133949d1aab49c3368b566c8447eb7d918 m
Set data paths for input simulation for CAS-3669
-
Bob Garwood 92ae7ac18a4b98939a85a6c5e96128b0bd97d76a m
Added test_optionalColumnsCopied to test_split.py to check that the SDM_* columns in PROCESSOR and SPECTRAL_WINDOW are copied by split
-
Bob Garwood bdbcd845c77e816f97962b4952aa7153de66b75b m
copy optional PROCESSOR columns in MSTransformDataHandler to make sure SDM_CORRELATOR_NAME is copied
-
Andrew McNichols 0fcf042ec67d281e69893d76cb0e5620a2da1641 m
Add template functional requirements test for simanalyze to both source trees
-
Bob Garwood 9d20be18dbf27e41411082c7d613d31c210dea24 m
Merge branch 'master' into CAS-4969
-
Bob Garwood 4ce9af7e97035c50845e8246dcbe51b435cbf719 m
CAS-4969 : add tests, tweak sdm_cmpt.cc as a result of testing, make CASA 5 version (asdm2MS and tests) functionally equivalent to CASA 6 tool and tests
- casa5/code/alma/apps/asdm2MS/ASDM2MSFiller.cc (version 4ce9af7e97035c50845e8246dcbe51b435cbf719) (diffs)
- casa5/code/alma/apps/asdm2MS/ASDM2MSFiller.h (version 4ce9af7e97035c50845e8246dcbe51b435cbf719) (diffs)
- casa5/code/alma/apps/asdm2MS/asdm2MS.cc (version 4ce9af7e97035c50845e8246dcbe51b435cbf719) (diffs)
- casa5/gcwrap/python/scripts/tests/test_importasdm.py (version 4ce9af7e97035c50845e8246dcbe51b435cbf719) (diffs)
- casatasks/tests/tasks/test_importasdm.py (version 4ce9af7e97035c50845e8246dcbe51b435cbf719) (diffs)
- casatools/src/cmpt/sdm/sdm_cmpt.cc (version 4ce9af7e97035c50845e8246dcbe51b435cbf719) (diffs)
- casatools/tests/tools/sdm/test_sdm_toms.py (version 4ce9af7e97035c50845e8246dcbe51b435cbf719) (diffs)
-
Bob Garwood f1071b37bd226e8548701d791cd20469f849ff97 m
CAS-4969: CASA 6 sdm tool changes to add SDM_CORRELATOR_MODE to PROCESSOR table