Build: #15 failed Manual run by Ville Suoranta
Code commits
OPEN-CASA
-
Ville Suoranta 66795c3fdaee628458489fd3a9b028d63c5b1add
Merge pull request #1008 in CASA/casa from bugfix/CAS-12145 to master
* commit '887726cce261d0ec6822e8d45b0fcb8f57285058':
A minor doc edit
Fixed append=True mode, and updated ducumentation
Added checks for fluxtable and to raise an execption if it is not specied or the specified file/table already exists. -
Ville Suoranta 95481281684da85b254a32acde8490bba4afa755
Merge pull request #1007 in CASA/casa from CAS-12520 to master
* commit '5485f1083b95e512c2fce86f5ab0fe9eba863b64':
fix weird tab-indentation in the middle of space-indented functions, CAS-12520
fix PyArray_Descr leaks using NPY API rather than manual malloc+memcpy, CAS-12520 -
Ville Suoranta 2aae9e8d351653585d1dff6efc67b9bfb6ffaa49
Merge pull request #1006 in CASA/casa from CAS-12437 to master
* commit 'd7de92ac68b5f0100770a5701278b016b55022d8':
Indentation fix
Remove obsolete iterator
Sort the correlations retrieved from MSSelection -
C. Enrique Garcia Dabo d7de92ac68b5f0100770a5701278b016b55022d8
Indentation fix
-
C. Enrique Garcia Dabo e52f57cdea18f5dbefe1a7cb06161c657ade317f
Remove obsolete iterator
Fixes CAS-12437 -
C. Enrique Garcia Dabo 334f0f9adcf3b66cd93d301ec28f2af8717e15d6
Merge branch 'master' into CAS-12437
Solved Conflicts:
code/mstransform/MSTransform/MSTransformDataHandler.cc
Reply changes introduced by CAS-12364 -
Federico Montesino Pouzols 5485f1083b95e512c2fce86f5ab0fe9eba863b64
fix weird tab-indentation in the middle of space-indented functions, CAS-12520
-
Federico Montesino Pouzols bc43c0b3f3b80cbd1e24986568e3dc272a629b1f
fix PyArray_Descr leaks using NPY API rather than manual malloc+memcpy, CAS-12520
-
C. Enrique Garcia Dabo 7b3d988561b455fb13155b25a2a5294c5b315bd6 m
Merge commit '8c660b4f4c8741e2c210f9419b02ef96abab7445' into CAS-12437
-
Takahiro Tsutsumi 887726cce261d0ec6822e8d45b0fcb8f57285058 m
A minor doc edit
-
Takahiro Tsutsumi aec7d7bbceabdc03214fdb9b9f1d7ef16db2b66a m
Fixed append=True mode, and updated ducumentation
- code/synthesis/MeasurementComponents/Calibrater.cc (version aec7d7bbceabdc03214fdb9b9f1d7ef16db2b66a) (diffs)
- gcwrap/python/scripts/task_fluxscale.py (version aec7d7bbceabdc03214fdb9b9f1d7ef16db2b66a) (diffs)
- gcwrap/python/scripts/tests/test_fluxscale.py (version aec7d7bbceabdc03214fdb9b9f1d7ef16db2b66a) (diffs)
- gcwrap/tasks/fluxscale.xml (version aec7d7bbceabdc03214fdb9b9f1d7ef16db2b66a) (diffs)
-
Takahiro Tsutsumi eee989e76a7c0f25bbff74e6215119d934e31f6c m
Added checks for fluxtable and to raise an execption if it is not specied or the specified file/table already exists.
-
C. Enrique Garcia Dabo 3c95ec091b8849532a26a70ea54d624fbfd7de12 m
Sort the correlations retrieved from MSSelection
The mapping between input and output polarizations is
computed assuming that the vector of correlations is sorted.
This wasn't however neccesarily the case. The correlations are
now orted prior to the mapping computation.
Fixes CAS-12437