Build: #219 was successful Changes by Sandra Castro and Takeshi Nakazato
Code commits
Casa6
-
Sandra Castro 2c7b2bd9ae788cdeac9db3fb622404e008af39d5
Merge pull request #343 in CASA/casa6 from CAS-13387 to master
* commit '6461ae65446dc16788e715551088154b0ed04234':
Add Missing Import
Add submodule datahelpers -
Takeshi Nakazato 9bf2557df1f733210c7f6cc143b27c2d033fdef2
Merge pull request #346 in CASA/casa6 from CAS-13360 to master
* commit 'bd94c94ca4091c7869aec3cc196735324fc42d12':
Use the SPW and polID from the msiter to improve performance
Cache the spw and pol for determineChannelSelection in the row loop under row blocking
Read the spectral windows and polarizations before the loop on rows
Rename test_eq->func_test_eq to avoid issues with pytest
test_flagdata: Unflag test MS before running flagdata and check for total flagged rows
Improve VisibilityIteratorImpl2 unit tests with row blocking
Add test to flagdata that exercises an MS with decreasing number of rows in subsequent chunks
Initialize the row numbers to allow the channel selection to work properly -
Sandra Castro 6461ae65446dc16788e715551088154b0ed04234 m
Merge branch 'master' into CAS-13387
-
C. Enrique Garcia Dabo bd94c94ca4091c7869aec3cc196735324fc42d12 m
Merge branch 'master' into CAS-13360
-
Akeem Wells 068d7f1d84cb4d13e095cfe9a455c8a01d7c6387 m
Add Missing Import
-
C. Enrique Garcia Dabo 6bae68763602119263e22edb98a066734d428b45 m
Merge branch 'master' into CAS-13360
-
C. Enrique Garcia Dabo 3c500fd71c88f9fc724253daa8e86cfb9569f104 m
Use the SPW and polID from the msiter to improve performance
Fixes partially CAS-13360 -
C. Enrique Garcia Dabo 02c3f38e2c91492f12955b27396e0feb9cc4fc22 m
Cache the spw and pol for determineChannelSelection in the row loop under row blocking
Fixes partially CAS-13360 -
C. Enrique Garcia Dabo 10b3e3692a00b1a142344e0f63d6cded5cb36c00 m
Read the spectral windows and polarizations before the loop on rows
Fixes partially CAS-13360 -
Akeem Wells 4990bae40f2924eb967ff6b4f48362011904631f m
Add submodule datahelpers
- casa5/gcwrap/python/scripts/casatestutils/CMakeLists.txt (version 4990bae40f2924eb967ff6b4f48362011904631f) (diffs)
- casa5/gcwrap/python/scripts/casatestutils/datahelpers/CMakeLists.txt (version 4990bae40f2924eb967ff6b4f48362011904631f) (diffs)
- casa5/gcwrap/python/scripts/casatestutils/datahelpers/__init__.py (version 4990bae40f2924eb967ff6b4f48362011904631f) (diffs)
- casa5/gcwrap/python/scripts/casatestutils/datahelpers/getTelescope.py (version 4990bae40f2924eb967ff6b4f48362011904631f) (diffs)
- casa5/gcwrap/python/scripts/casatestutils/datahelpers/selectTaql.py (version 4990bae40f2924eb967ff6b4f48362011904631f) (diffs)
- casatestutils/casatestutils/datahelpers/__init__.py (version 4990bae40f2924eb967ff6b4f48362011904631f) (diffs)
- casatestutils/casatestutils/datahelpers/getTelescope.py (version 4990bae40f2924eb967ff6b4f48362011904631f) (diffs)
- casatestutils/casatestutils/datahelpers/selectTaql.py (version 4990bae40f2924eb967ff6b4f48362011904631f) (diffs)
-
C. Enrique Garcia Dabo 8e932b7a24d4c72a18a33d929a5bfc310747aee0 m
Rename test_eq->func_test_eq to avoid issues with pytest
Explanation.
Fixes CAS- -
C. Enrique Garcia Dabo da18f84adf25cf9800023faa6c89d5d82dd812cb m
test_flagdata: Unflag test MS before running flagdata and check for total flagged rows
Fixes partially CAS-13360 -
C. Enrique Garcia Dabo fdfa202da38d1fcc831c487ab64723708cf77caf m
Improve VisibilityIteratorImpl2 unit tests with row blocking
Fixes partially CAS-13360- casa5/code/msvis/MSVis/test/MsFactory.cc (version fdfa202da38d1fcc831c487ab64723708cf77caf) (diffs)
- casa5/code/msvis/MSVis/test/MsFactory.h (version fdfa202da38d1fcc831c487ab64723708cf77caf) (diffs)
- casa5/code/msvis/MSVis/test/TestUtilsTVI.cc (version fdfa202da38d1fcc831c487ab64723708cf77caf) (diffs)
- casa5/code/msvis/MSVis/test/TestUtilsTVI.h (version fdfa202da38d1fcc831c487ab64723708cf77caf) (diffs)
- casa5/code/msvis/MSVis/test/tViiLayerFactory_GT.cc (version fdfa202da38d1fcc831c487ab64723708cf77caf) (diffs)
-
C. Enrique Garcia Dabo 1af8ab55e37846d853d23e11735baa3f723456b4 m
Add test to flagdata that exercises an MS with decreasing number of rows in subsequent chunks
Fixes partially CAS-13360 -
C. Enrique Garcia Dabo 7e29aba4f0e5131d7fcc580dcf2fcf73786131f2 m
Initialize the row numbers to allow the channel selection to work properly
Fixes CAS-13360