Build: #11 was successful Changes by Srikrishna Sekhar
Code commits
casa6
-
Srikrishna Sekhar 78d904be5efa2759c781137ec4f006657126a261
Merge remote-tracking branch 'origin/master' into CAS-14201
-
Ville Suoranta c09773cc055458335dfc85595e3d1e6af91576dd m
Pull request #836: CAS-14395
Merge in CASA/casa6 from CAS-14395 to master
* commit '560dea0eff2ed632e117239f3611991f9c64a0c1':
Trigger a build
Convert numpy datatypes to built-in types in task_defintent.py
numpy.NaN to numpy.nan
numpy.alltrue to numpy.all
Convert numpy datatypes to built-in types
Change numpy.bytes_ to numpy.str_ in task_sdimaging.py
Fix numpy deprecations in task_sdimaging.py
Specifying thrown exceptions is a deprecated idiom:
string.h must be included to use strerror
changes to support numpy v2 [CAS-14395] -
Ville Suoranta 560dea0eff2ed632e117239f3611991f9c64a0c1 m
Merge branch 'master' into CAS-14395
-
Ville Suoranta 224f12dc24550f96bdcf35635c9d6a656b543d93 m
Pull request #835: CAS-14397
Merge in CASA/casa6 from CAS-14397 to master
* commit '52e96fcaaf5475ba3ae098dfa9e9b9d9310e8d31':
Replace unary_function
Add -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION only on Macs and Xcode15
Add -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION compile definition
Restore UtilJ.h
Remove __unary_function
Fixx C++17 deprecations -
Ville Suoranta 070728e41ee0605ae387f1054814129acf0758d3 m
Trigger a build
-
Ville Suoranta e3061579c067da590b0b1a493d3f7ae68a92cae8 m
Convert numpy datatypes to built-in types in task_defintent.py
-
Ville Suoranta f5c33e651fce2db5e2b4a293c0db8ae6c6460762 m
numpy.NaN to numpy.nan
-
Ville Suoranta ef360a5a2608090330c9712d01bb576a0e6b24a4 m
numpy.alltrue to numpy.all
-
Ville Suoranta cb048b8406301d763e1526719a92ea9774f6ae83 m
Convert numpy datatypes to built-in types
-
Ville Suoranta e486ccdf2bb3075a3694a863e0aa36a3090dda1a m
Change numpy.bytes_ to numpy.str_ in task_sdimaging.py
-
Ville Suoranta ffb211f657d11d469663a1a8470d0c37a817352c m
Fix numpy deprecations in task_sdimaging.py
-
Akeem Wells 864f4166a06aa7619a181874d1223dd1f08c9f4d m
Pull request #834: CAS-14388
Merge in CASA/casa6 from CAS-14388 to master
* commit '0e7a0d1357c10e6094e1e0c9a7f8594ba886edea':
Update test_eop_usno and test_eop_iers to use absolute mode when using testhelper compTables
Update testhelper to use math.isclose instead of manual calculation
Change mode comparison from percentage to absolute -
Darrell Schiebel <darrell@schiebel.us> e6fcbd57f9ae643bafe80b82cb8d899dcc479755 m
Specifying thrown exceptions is a deprecated idiom:
casatools/src/code/synthesis/TransformMachines2/BeamSkyJones.h:340:70: error: ISO C++17 does not allow dynamic exception specifications
340 | const casacore::MDirection &dir2) const throw(casacore::AipsError);
| ^~~~~ -
Darrell Schiebel <darrell@schiebel.us> f8f2e6400bad9fe7a1885eb157024917e94df640 m
string.h must be included to use strerror
-
Darrell Schiebel <darrell@schiebel.us> 57b4047fa195903fc67088ca4d41c162e4930352 m
changes to support numpy v2 [CAS-14395]
- casatools/binding/source/conversions_python.cc (version 57b4047fa195903fc67088ca4d41c162e4930352) (diffs)
- casatools/binding/source/npy_2_compat.h (version 57b4047fa195903fc67088ca4d41c162e4930352) (diffs)
- casatools/binding/source/npy_2_complexcompat.h (version 57b4047fa195903fc67088ca4d41c162e4930352) (diffs)
-
George Moellenbrock 49cd1586aeed711541d24b08a4e20a5477eff938 m
Pull request #833: CAS-14385
Merge in CASA/casa6 from CAS-14385 to master
* commit '8a29561ea99f51dd59e59031da2ced3e1e58f083':
I somehow had the test in the wrong level of the directory... Should be finding the right test now
updated test data paths
enabled the table comparision to the ref table
For CAS-14385, repaired access to data repo for VLA gaincurves in EJones.cc; updated test_task_gencal to include VLA-specific gaincurve caltable generation test. -
Akeem Wells 0e7a0d1357c10e6094e1e0c9a7f8594ba886edea m
Update test_eop_usno and test_eop_iers to use absolute mode when using testhelper compTables
-
Akeem Wells 719e43386abaaa48183395fedcb050ace44a9408 m
Merge remote-tracking branch 'origin' into CAS-14388
-
Takeshi Nakazato 4984c9aab00152f6c0c582beecaae91ce7d80c3f m
Pull request #832: CAS-14171
Merge in CASA/casa6 from CAS-14171 to master
* commit '7dc0539c7526704f547cf4f6230febf1e5f5052a':
refactoring
Refactoring for readability
Fail explicitly when exception occured during eval
add warning comment on possible intermittent failure
use f.tell() to get offset position
CAS-14171 add unit test for bug fix
CAS-14171 sort processSpwList_
CAS-14171 sort input collection for std::set_difference -
Inna Muzychenko fa1032522d3c86985a8fdb3d50b62c051942df7f m
Pull request #831: CAS-13670
Merge in CASA/casa6 from CAS-13670 to master
* commit '034f2ec7ab8ae7e000e4ebe11a1a9a0f035889f3': (30 commits)
Revert "Delete workspace.xm"
Delete workspace.xm
Fix the error of the reference in the tests
Changes according to the NAOJ code review Refs #2679
Change according NAOJ code review Refs #2658, add minor fixes
Change according NAOJ code review Refs #2658, change to assertAlmostEqual
Changes according to the NAOJ code review Refs #2658
Changes according to the NAOJ code review Refs #2663
Changes according to the NAOJ code review Refs #2670
Changes according to the NAOJ code review Refs #2671
Changes according to the NAOJ code review Refs #2660
Changes according to the NAOJ code review Refs #2658
Changes according to the NAOJ code review Refs #2663
Fix message in sdbaseline_outbltableTest.test305
Add test for sinusoid fitting in variable
Changes according to the NAOJ code review Refs #2651
Changes according to the NAOJ code review Refs #2653
Changes according to the NAOJ code review Refs #2652
Changes according to the NAOJ code review Refs #2650
Changes according to the NAOJ code review Refs #2647
... -
Takeshi Nakazato 7dc0539c7526704f547cf4f6230febf1e5f5052a m
Merge branch 'master' into CAS-14171
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 034f2ec7ab8ae7e000e4ebe11a1a9a0f035889f3 m
Revert "Delete workspace.xm"
This reverts commit a65ad25bf3e6daffea13c911395ee6c3eb428b07. -
Ville Suoranta 52e96fcaaf5475ba3ae098dfa9e9b9d9310e8d31 m
Replace unary_function
-
Ville Suoranta 47f04ca262075b9cb1535029da0af1e95ad37479 m
Add -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION only on Macs and Xcode15
-
Ville Suoranta f60718b7f232446d005f111397d04750b2fbf65e m
Add -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION compile definition
-
Ville Suoranta 471fa341920230c1cbefc6b1ab22a82c574881d7 m
Restore UtilJ.h
-
Ville Suoranta 1658a8bb29a75347eca82677c08fbeddf76d6358 m
Remove __unary_function
-
Ville Suoranta e41786f5b40bec8f8e39563bd87ebec93e300b36 m
Fixx C++17 deprecations
- casatools/src/code/stdcasa/UtilJ.h (version e41786f5b40bec8f8e39563bd87ebec93e300b36) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/CExp.h (version e41786f5b40bec8f8e39563bd87ebec93e300b36) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/CExp.new3.h (version e41786f5b40bec8f8e39563bd87ebec93e300b36) (diffs)
- casatools/src/code/synthesis/TransformMachines2/BeamSkyJones.cc (version e41786f5b40bec8f8e39563bd87ebec93e300b36) (diffs)
- casatools/src/code/synthesis/TransformMachines2/BeamSkyJones.h (version e41786f5b40bec8f8e39563bd87ebec93e300b36) (diffs)
-
Takeshi Nakazato 53c82146ccbd9b3f3854277c95a918ba02cc0ecc m
Pull request #828: CAS-14345
Merge in CASA/casa6 from CAS-14345 to master
* commit 'd1acbde20e5f9c8232703f5535ff6a2aa47b4169':
Fix docstring issue
using regex partial match (m) instead of full string match (p)
Use TaQL to manipulate MS
use onlyparse mode
Fixed typo
CAS-14345 test correction factor directly
CAS-14345 add unit test for the fix
CAS-14345 mitigate boundary effect of the convolution operation -
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> d6bcda5a91b89e81de6cb57a1fe1bdb5ce35442a m
Merge branch 'master' into CAS-13670
-
David Mehringer 84ad534f95202db28a359a8c112d8e7b8303a607 m
Pull request #830: CAS-14393 increased threshold so test will pass RH8.8
Merge in CASA/casa6 from CAS-14393 to master
* commit 'd0e8192aea6f26f63e02c59f1089a033d9d2bafe':
CAS-14393 increased threshold so test will pass RH8.8 -
Akeem Wells 0072c7fe7760a4d9c10d3684f8669c44dd9bfc2b m
Pull request #829: Correct name of test in component_to_test_map
Merge in CASA/casa6 from CAS-14354 to master
* commit 'b9ab9def1687fa91443e4a6b6cbf75228927e44d':
Correct name of test in component_to_test_map -
David Mehringer d0e8192aea6f26f63e02c59f1089a033d9d2bafe m
CAS-14393 increased threshold so test will pass RH8.8
-
Neal Schweighart 8a29561ea99f51dd59e59031da2ced3e1e58f083 m
I somehow had the test in the wrong level of the directory... Should be finding the right test now
-
Neal Schweighart 2b0bf8a704407079f111716cb666ce7b4620fefe m
updated test data paths
-
Takeshi Nakazato d1acbde20e5f9c8232703f5535ff6a2aa47b4169 m
Merge branch 'master' into CAS-14345
-
Neal Schweighart cf4f6e3bd2abd7c26fd83c2bd8ba89d910786ca1 m
enabled the table comparision to the ref table
-
Akeem Wells b9ab9def1687fa91443e4a6b6cbf75228927e44d m
Correct name of test in component_to_test_map
-
Akeem Wells 05ad9378f3615949a03eb03767badb2457baa655 m
Update testhelper to use math.isclose instead of manual calculation
-
Akeem Wells d6404ca92afccb686c3efccba4149aa2895039f7 m
Change mode comparison from percentage to absolute
-
George Moellenbrock ff8f39caa0481cb85cdb777e5a753872e3a28372 m
For CAS-14385, repaired access to data repo for VLA gaincurves in EJones.cc; updated test_task_gencal to include VLA-specific gaincurve caltable generation test.
-
Takeshi Nakazato f5135920bf35f833713116024e6823311fd5798b m
Merge branch 'master' into CAS-14345
-
Takeshi Nakazato 94964acc9edcdc7fb2db7e38bebe31ec827176aa m
Fix docstring issue
NAOJ code review Refs #2680 -
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> a65ad25bf3e6daffea13c911395ee6c3eb428b07 m
Delete workspace.xm
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> b00b4edc713c21d7d9afe17d77f75070feb39aab m
Merge branch 'master' into CAS-13670
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 91d01af6fdaad38ce9e2e3e11ed6dfa8a03f3ab5 m
Merge with latest master
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 60afcc97c4f5e772d3e8026f5c5bd6a0005b091e m
Fix the error of the reference in the tests
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 82550637141b9cfcb675b34b2276a6d672a5325e m
Changes according to the NAOJ code review Refs #2679
-
Takeshi Nakazato 7a29596c78b3902fa8a3fe2414e91e06e2053e9f m
using regex partial match (m) instead of full string match (p)
-
Takeshi Nakazato 05281c0f003cd8bc47d578cac9ff8f6efb4f25ab m
Use TaQL to manipulate MS
NAOJ code review Refs #2673 -
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 57cf45d7569ff8603b537e2654587c44fce3be42 m
Change according NAOJ code review Refs #2658, add minor fixes
-
Takeshi Nakazato c00db27e4bb4dbe2a22514c18a527b64f48071d6 m
use onlyparse mode
NAOJ code review Refs #2676 -
Takeshi Nakazato 77133d42e2b7fc0a25d1b4c2961142be70c09650 m
Fixed typo
NAOJ code review Refs #2674, #2675 -
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 1de9e7ff5f754828489c4544deedb15710c1c9b6 m
Change according NAOJ code review Refs #2658, change to assertAlmostEqual
-
Takeshi Nakazato 84b77f8dd22b18ff0f1e2138d08bcf1681f0d5a6 m
CAS-14345 test correction factor directly
-
Takeshi Nakazato 0a59387fd889d368131e7f265d18f7eb1e7bc814 m
CAS-14345 add unit test for the fix
-
Takeshi Nakazato 93ccb48b17274ff2f0b876b7dbd2eca3f8bc2ccb m
CAS-14345 mitigate boundary effect of the convolution operation
-
Takeshi Nakazato 92cac8291c9ae827031b8c6e2f9e955022032f4f m
Merge branch 'master' into CAS-14171
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 9c93145b2fcd731a109570953066141ded886b97 m
Changes according to the NAOJ code review Refs #2658
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 45a82b36c699fde9c63e69d73261e15fc01702c1 m
Changes according to the NAOJ code review Refs #2663
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> d6ab416d93300e6fd5eb1dd1a8a582ba4639d9ec m
Changes according to the NAOJ code review Refs #2670
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> ec1b5a02b62d38b3f584ad0b746a0452b64c72b3 m
Changes according to the NAOJ code review Refs #2671
-
Takeshi Nakazato ae71eb8886f0845cbb67eb8b190ef5e154192f3c m
refactoring
NAOJ code review Refs #2669 -
Takeshi Nakazato 1a1a7784e4ae2fe8659e0346d58500117ab73107 m
Refactoring for readability
NAOJ code review Refs #2665 -
Takeshi Nakazato f1df0a00becb691faa2b7a61c361d97432b8aed6 m
Fail explicitly when exception occured during eval
NAOJ code review Refs #2661 -
Takeshi Nakazato ca2f6484970ce0fadf73ed8838b1e5f750f49435 m
add warning comment on possible intermittent failure
NAOJ code review Refs #2667 -
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> d7b885231924fdc490753b88c7ca03d0b3ab3af4 m
Changes according to the NAOJ code review Refs #2660
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> ee140f2a2a4de05a4d197c02285631db5ac54b53 m
Changes according to the NAOJ code review Refs #2658
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 8143385942c148de17e6c949fe8b01a7b1b01c10 m
Changes according to the NAOJ code review Refs #2663
-
Takeshi Nakazato 3a8d7d3da65029409b942f5b7d3ba8b2a780e9fc m
use f.tell() to get offset position
NAOJ code review Refs #2666 -
Takeshi Nakazato e2eed998864217dad4ca2a44ede3f84fe1285a25 m
CAS-14171 add unit test for bug fix
-
Takeshi Nakazato 5174f66a4d66c216e9b9d6f802263630010a0e7c m
Merge branch 'master' into CAS-14171
-
Takeshi Nakazato 287a3954cf37aeec54b57109b5ce4ddd79db89d5 m
CAS-14171 sort processSpwList_
-
Takeshi Nakazato b29b80206d2f1ff5fb9f2515c84393894f6b081e m
CAS-14171 sort input collection for std::set_difference
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> d57aaaafefea5505628173a8ad1907ad43d20c60 m
Fix message in sdbaseline_outbltableTest.test305
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> eb9fd26ba39d06a7f02a172dc0532deb5aaa87c4 m
Add test for sinusoid fitting in variable
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> e6ecd9499e12189e5c40a81c97db0f997edb7401 m
Changes according to the NAOJ code review Refs #2651
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 1519f211e3c6fc63f6c6984ca9789b71662238a8 m
Changes according to the NAOJ code review Refs #2653
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 8e3e07463af719a16dc2001c75f7bd8566dbfa4b m
Changes according to the NAOJ code review Refs #2652
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> a262ea546f8c50c60acf4fe7232bd9c0616c1e49 m
Changes according to the NAOJ code review Refs #2650
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 1a4ceddbed9fdf7c78c892bbe47d5d8c3d981a89 m
Changes according to the NAOJ code review Refs #2647
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 2740599af5f451a2d204fabb8a1365b9b77cc32c m
Changes according to the NAOJ code review Refs #2648
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 65fb36f2e0e30105565e7758d632a650aebcc161 m
delete comment
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> bcaeace9b0b1d0d9b40cdbd241af9d31fabe0166 m
Replace parsing with regular expressions
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 95da2bb98ebabc8194942dbb014b5cb24078e3c5 m
fix libsakura error sinusoid and variable
- casatasks/src/private/task_sdbaseline.py (version 95da2bb98ebabc8194942dbb014b5cb24078e3c5) (diffs)
- casatools/src/code/singledish/SingleDish/BLParameterParser.cc (version 95da2bb98ebabc8194942dbb014b5cb24078e3c5) (diffs)
- casatools/src/code/singledish/SingleDish/SingleDishMS.cc (version 95da2bb98ebabc8194942dbb014b5cb24078e3c5) (diffs)
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 1db875104d1622cf4b55bfdcc7aabadd0d52f5fc m
Fix debug output
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> fe0c3e0656158351588b619f7012775304e969d4 m
Add pes-spectrum fitting for blfunc='sinusoid'. Fix some aligment for code. Add error message when nwave is empty. Investigating sakuralib failing. Plan to change to nwave.data()
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> c1a2b1c333b291a32f1c20319db727e0c9a0515a m
Add error output, check weird strings. This is a change according to the NAOJ code review Refs #2616, #2614, #2612
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> d0fe740c95f87238c2091223675a1ee0b4f37e55 m
Fix typo. This is a change according to the NAOJ review Refs #2617
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 1c5a186ae92cc67759173e4f54013051c751c40d m
Add parsing to ConvertLineToParam() for sinusoidal fitting
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 4afd7373b20cfa462e7b768f6c682b8cc3cb09f8 m
Add sinusoid case for parse(), paramset.nwave sets correctly