Takeshi Nakazato | 55baf8f4484M | Merge branch 'master' into CAS-13780 | | CAS-13780 |
Sandra Castro | 77a6570e929M | Merge pull request #555 in CASA/casa6 from CAS-13770 to master* commit '2666d390b997bd39fa71de0489f30ccebf0d6eee':
Update to parse depending on order of tests input
Update to parse testlist. Update to generate test list from testType as component | | CAS-13770 |
Takeshi Nakazato | e3bd68800e8CAS-13780 update single dish related entries in component_to_test_map.json | CAS-13780 update single dish related entries in component_to_test_map.json | | CAS-13780 |
Takeshi Nakazato | 267b03e8fd5 | CAS-13780 more documentation fix for D400 | | CAS-13780 |
Takeshi Nakazato | 029f378f204 | CAS-13780 more documentation fix for D208 | | CAS-13780 |
Takeshi Nakazato | d90180b4cb7 | CAS-13780 documentation fix (D205, D208, D400, D401, D403)Some of those documentation error reports are not fixed. | | CAS-13780 |
Takeshi Nakazato | 81a7d528896 | CAS-13780 documentation fix (D300) | | CAS-13780 |
Takeshi Nakazato | 35bd80880ff | CAS-13780 documentation fix (D211) | | CAS-13780 |
Takeshi Nakazato | c6e5d5e9da7 | CAS-13780 documentation fix (D210) | | CAS-13780 |
Takeshi Nakazato | 9c3f58c2d32 | CAS-13780 documentation fix (D208) | | CAS-13780 |
Takeshi Nakazato | 3913eefb527 | CAS-13780 documentation fix (D204) | | CAS-13780 |
Takeshi Nakazato | 71c1f33816b | CAS-13780 documentation fix (D202) | | CAS-13780 |
Takeshi Nakazato | 3de89b6bc64 | CAS-13780 documentation fix (D200)Note that this change causes additional E501 error. | | CAS-13780 |
Takeshi Nakazato | a042d413533 | CAS-13780 manual fix several code style issues | | CAS-13780 |
Takeshi Nakazato | d8b56bdd0d3 | CAS-13780 manually fix codestyle of sdutil.py and sdbeamutil.py | | CAS-13780 |
Takeshi Nakazato | c0f08784ec8 | CAS-13780 manually fix jyperk.py and its test code | | CAS-13780 |
Takeshi Nakazato | a01f2f00aed | CAS-13780 fix invalid backslash (W605) | | CAS-13780 |
Takeshi Nakazato | 7106780e730 | CAS-13780 fix invalid backslash (W605) as well as regex bug | | CAS-13780 |
Takeshi Nakazato | b331669e025 | CAS-13780 revisited E501 | | CAS-13780 |
Takeshi Nakazato | c173c50a158 | CAS-13780 call super without argumentsit is possible because we get rid of python 2.7 support. | | CAS-13780 |
Takeshi Nakazato | 84416aebb00 | CAS-13780 fix too many leading # for comment (E266) | | CAS-13780 |
Takeshi Nakazato | 28317ceb5c9 | CAS-13780 insert whitespace in between "#" and comment (E265)some comments were deleted because they are clearly outdated. | | CAS-13780 |
Akeem Wells | 2666d390b99M | Merge branch 'master' into CAS-13770 | | CAS-13770 |
Takeshi Nakazato | 7dd0363ab94 | CAS-13780 fix unused variable issue (F841)- obvious ones were simply deleted
- commented out variables that could be used in futureCAS-13780-3 | | CAS-13780 |
Takeshi Nakazato | 32ec7647d8a | CAS-13780 explicitly import casalog (F821) | | CAS-13780 |
Takeshi Nakazato | 285a74b3ae3 | CAS-13780 resolve conflict of variable name (F402) | | CAS-13780 |
Takeshi Nakazato | ca1330b0e13 | CAS-13780 insert blank line (E306) | | CAS-13780 |
Takeshi Nakazato | e4f16ea4ad9 | CAS-13780 remove unused imports (F401) | | CAS-13780 |
Takeshi Nakazato | b208ea7fdf2 | CAS-13780 fix ambiguous variable names (E741) | | CAS-13780 |
Takeshi Nakazato | 1054b218940 | CAS-13780 use "x not in y" instead of "not x in y" (E713) | | CAS-13780 |
Takeshi Nakazato | 2fde3950a8e | CAS-13780 use "is" operator for compasiron with None (E711) | | CAS-13780 |
Takeshi Nakazato | 826c7e85f99 | CAS-13780 fix multiple statement in one line (E701) | | CAS-13780 |
Takeshi Nakazato | 8078975f623 | CAS-13780 white space fix (E225) | | CAS-13780 |
Takeshi Nakazato | 200c2bda724 | CAS-13780 indentation fix (E131) | | CAS-13780 |
Takeshi Nakazato | db3d156c350 | CAS-13780 indentation fix (E127) | | CAS-13780 |
Takeshi Nakazato | 2d7c3744403 | CAS-13780 indentation fix (E125) | | CAS-13780 |
Takeshi Nakazato | 5e50935c0d2 | CAS-13780 indentation fix for comment (E114) | | CAS-13780 |
Takeshi Nakazato | 2671b916f18 | CAS-13780 remove redundant backslash (E502) | | CAS-13780 |
Takeshi Nakazato | 5e50138a489 | CAS-13780 do not use bare except (E722) | | CAS-13780 |
Takeshi Nakazato | a8953cc5db8 | CAS-13780 revert test_task_sdbaseline.pythe file will be refactored in the separate ticket | | CAS-13780 |
Takeshi Nakazato | 163b93ee445 | CAS-13780 apply autopep8 with manual tweaking on too long linesautopep8 option is as follows:
autopep8 -v -i --ignore=E402 --max-line-length=100 [files] | | CAS-13780 |
Takeshi Nakazato | 87a89432575 | CAS-13780 apply isort | | CAS-13780 |
Takeshi Nakazato | e076ec90e58 | CAS-13780 delete trailing spaces/tabs | | CAS-13780 |
Takeshi Nakazato | ba5071b0fae | CAS-13780 drop python 2.7 support (is_CASA6 and is_python3 flags) | | CAS-13780 |
Akeem Wells | 0f50a7a55b4 | Update to parse depending on order of tests input | | |
Sandra Castro | 67b9df573b4M | Merge pull request #553 in CASA/casa6 from CAS-13749 to master* commit '240c9864011cff28c8a07cd64e6936342b076742':
updates necessary because of changes to measures typing API
fix breakage caused by non-CASA casacore changes
revert gitmodules, modify error message as requested by stake holder
added comments, no change in behavior
fixed type spotted by Tak
Update for correctly specifying default value
updated to allow spw to be specified as li... | | CAS-13749 |
Ville Suoranta | 5cf29131e94M | Merge pull request #549 in CASA/casa6 from CAS-12966 to master* commit 'ac6a38a0c1b5728064978372cf173a4b518230a9':
Added regression to component mapping file.
Renamed input MS. Refactored some loops and improved readability
Renamed test script
Updated the test script and separated into two test cases, one for flagdata alone and the other to compare flagdata and mstransform outputs. Modified the location of the MSs in the script, which will also ne... | | 2 Jira issues |
Ville Suoranta | edfb9d3a47fM | Merge pull request #552 in CASA/casa6 from CAS-12702 to master* commit '0a474e9a4161930934718d8ff3c8e98501a54816':
Changed garbage.rgn files to not use os.cwd and added garbage.rgn file to the teardown
removed suite function for casa5
Added descriptions to the new split test cases
removed some comments
split up large test cases and changed to match current test format | | CAS-12702 |
Sandra M Castro | ac6a38a0c1bM | Merge branch 'master' into CAS-12966 | | CAS-12966 |
Sandra Castro | 0a474e9a416M | Merge branch 'master' into CAS-12702 | | CAS-12702 |