Build: #391 was successful Changes by David Mehringer and Wataru Kawasaki
Code commits
Casa6
-
David Mehringer 1a6d9c692ae877b128ec91902f9006c2b5fed448
Pull request #598: CAS-750 fixes to getcellslice
Merge in CASA/casa6 from CAS-750 to master
* commit '15e9c015c8e2516bf7341fd77a4ed303eb4c9cfd':
vector<long> -> Vector<int> fix
bug fix, trc coord can be equal to corresponding blc coord
improved error handling, refactor, more tests for getcellslice
better error handling, more tests
initlal tests for getcellslice
fixes to getcellslice
reformat -
Wataru Kawasaki 4ff8049d27dbdc5dd092d10ca6dabbcb86d5cf89
Pull request #597: CAS-13674
Merge in CASA/casa6 from CAS-13674 to master
* commit '128822d2d796a967fef4a9a8727d9ce59a2fb045':
update the description in inline help about per-spectrum fitting
updated the description about per-spectrum fitting in inline help
update _get_num_coeffs()
Fix an English text
update English text
minor clean-up
use startswith() instead of directly evaluate [0]
minor clean-up
set delimiter before with loop
rename elem to elems
use sum() and generator for simpler expression
add else clause for invalid blfunc value
set delimiter before with loop
delete old lines
fix a bug in the blfunc='variable' case and add a unit test -
David Mehringer 15e9c015c8e2516bf7341fd77a4ed303eb4c9cfd m
vector<long> -> Vector<int> fix
-
Wataru Kawasaki 128822d2d796a967fef4a9a8727d9ce59a2fb045 m
update the description in inline help about per-spectrum fitting
-
David Mehringer e7cde3779df156d94bebf415fa4f0d9406a71592 m
Merge branch 'master' into CAS-750
-
Wataru Kawasaki 939d5f81e1d7d2c480746671b61ca6d43df65e2f m
updated the description about per-spectrum fitting in inline help
-
Wataru Kawasaki 72edf373f5de4f87c4498029411983ab6152ca62 m
Merge branch 'master' into CAS-13674
-
Wataru Kawasaki f5dc347f44a189d13ce09aed129f2ce8a3a5d08a m
update _get_num_coeffs()
-
Wataru Kawasaki f27c3a72e7e13bd9575adad5cb2c95e064ad374e m
Merge branch 'CAS-13673' into CAS-13674
Conflicts:
casatasks/tests/tasks/test_task_sdbaseline.py -
David Mehringer ff1fad8fa44e22b8c47b539c9fbfc2760acf97e8 m
bug fix, trc coord can be equal to corresponding blc coord
-
David Mehringer 2458ee30458b1ebf910cfb8f6dba1fde376fe11a m
improved error handling, refactor, more tests for getcellslice
- casatools/src/tools/table/table_cmpt.cc (version 2458ee30458b1ebf910cfb8f6dba1fde376fe11a) (diffs)
- casatools/src/tools/table/table_private.h (version 2458ee30458b1ebf910cfb8f6dba1fde376fe11a) (diffs)
- casatools/tests/tools/table/test_tool_table.py (version 2458ee30458b1ebf910cfb8f6dba1fde376fe11a) (diffs)
-
David Mehringer 9c364af54e9a589b50c30f82c6e20e1f2329c437 m
better error handling, more tests
-
David Mehringer 8fa75b415495860e85fce3bf42ebbed5d45a4d53 m
initlal tests for getcellslice
-
David Mehringer 535f2093ad27a5460fc06a36e1bcbd2f44cf8528 m
fixes to getcellslice
-
David Mehringer ebe992d48559e076b23bf278f194510a4fba1109 m
reformat
-
Wataru Kawasaki 4f6276fa45eb8b4dd0b3373b4e5e9e2d8bc3e2a1 m
Fix an English text
-
Wataru Kawasaki f3b01b49dcc7618ca8a5088f8e67e835435d0f66 m
update English text
-
Wataru Kawasaki 48a1dc3e4f33c5987b788a79438cc51bf3db1219 m
Merge branch 'master' into CAS-13674
-
Wataru Kawasaki 5fd667cc0e25ebad3b6f3b001eae48a9da968701 m
minor clean-up
-
Wataru Kawasaki 502659c84d3d3e2479a1247cda3208b70f4b265d m
use startswith() instead of directly evaluate [0]
-
Wataru Kawasaki 7feddac330242e846b7468afca793dfc1a31704f m
minor clean-up
-
Wataru Kawasaki 15d3d878f65c26a94267a8263252997d7f991778 m
set delimiter before with loop
-
Wataru Kawasaki 45710055ef975fead1f665ee81361077e4928465 m
rename elem to elems
-
Wataru Kawasaki 1a1d47d24e365b2546c565aff527a412a9633a6b m
use sum() and generator for simpler expression
-
Wataru Kawasaki 8749d7bdf0f79b18cc95f7f084b48ec015ce17bc m
add else clause for invalid blfunc value
-
Wataru Kawasaki f90d885c0d2bcda8eb4238ff6319162108ef074f m
set delimiter before with loop
-
Wataru Kawasaki a44b41f9fc534396c9253356c367597ca0cd9f00 m
delete old lines
-
Wataru Kawasaki 618cddb28b699e354179f742f79cb3c616b50f87 m
Merge branch 'master' into CAS-13674
-
Wataru Kawasaki 455ce1ec526bbd1b21672cc48cb3443d5fb81a2f m
fix a bug in the blfunc='variable' case and add a unit test
-
Wataru Kawasaki 5eaf96d47a22dc8112280b813cfe2eeb0b51065d m
Merge branch 'CAS-13673' into CAS-13674