Build: #6 failed Changes by Hajime Ezawa
Code commits
Pipeline
-
Hajime Ezawa c91b1c98463d0291d1860e942f853be7cdcaab8c
Merge branch 'main' of https://open-bitbucket.nrao.edu/scm/pipe/pipeline into PIPE-2958-hsd_imaging-implement-qa-score-based-on-the-ratio-of-observed-image-rms-to-the-theoretical
-
Takeshi Nakazato 19019e59b38674e3f5a2dcef53abe374862910b4 m
Pull request #1794: PIPE-3001 hsd baseline proper use of virtual real spw id in baseline worker.py
Merge in PIPE/pipeline from PIPE-3001-hsd_baseline-proper-use-of-virtual-real-spw-id-in-baseline-worker.py to main
* commit '72b7331ba1f531a7577dcc2efdfaaeae0dd9dfd7':
harmless change to trigger Bamboo build
Replace string format method with f-string
Update spw-related variable names to indicate they store real spw id
Replace "EB" with more generic word, "MS"
rename spw-related variables to distinguish virtual or real
Fix inconsistent order of the args
Add docstrings to some methods
Update parameter name accordingly
gather fitting configuration log per EB (per worker process)
bug fix on the use of local _wave_number
Remove extra comma
Clearly separate the use of real/virtual spw ids -
Takeshi Nakazato 72b7331ba1f531a7577dcc2efdfaaeae0dd9dfd7 m
harmless change to trigger Bamboo build
-
Takeshi Nakazato 78659804c692531c049fdd943848342283554f73 m
Merge branch 'main' into PIPE-3001-hsd_baseline-proper-use-of-virtual-real-spw-id-in-baseline-worker.py
Co-authored-by: Copilot <copilot@github.com> -
Ryan Loomis d94fb1cb5caf9e7a9169818bb224b1445ad8ba02 m
Pull request #1787: PIPE-2617: make hif_findcont use uvrange
Merge in PIPE/pipeline from PIPE-2617-make-hif_findcont-use-uvrange to main
* commit '803f8d791bb8a562a28f97f032ba7939e678f16d':
PIPE-2617: make hif_findcont use uvrange -
Takeshi Nakazato 9b6f98a19b6ed94b5194f1179604ed21ea3afb3f m
Merge branch 'main' into PIPE-3001-hsd_baseline-proper-use-of-virtual-real-spw-id-in-baseline-worker.py
-
Takeshi Nakazato 4ea0c6786241662b50f1467baab613b34249a4c4 m
Replace string format method with f-string
-
Takeshi Nakazato 7dc7aaff480337556994edd8ab262731bd661c6a m
Replace "EB" with more generic word, "MS"
-
Takeshi Nakazato 205fec595f43e475ddc7936b24ba264a37d177aa m
Update spw-related variable names to indicate they store real spw id
-
Takeshi Nakazato f82c92fe5d2109a066c88967333c9607f0c95336 m
rename spw-related variables to distinguish virtual or real
-
Takeshi Nakazato dd6b61aebe504d8ffb1da0dff71191162b693197 m
Fix inconsistent order of the args
-
Takeshi Nakazato b9c676fa2d8c0223de535bb0c619f743f5bce723 m
Add docstrings to some methods
-
Takeshi Nakazato b5bbd549effbe90924cd068cfc70edf869a3d2df m
Update parameter name accordingly
-
Takeshi Nakazato 8a6139173ac337ed8a7838258a312045ace5627a m
gather fitting configuration log per EB (per worker process)
-
Takeshi Nakazato b6005bb326fa30689ea73cfc0eca7a0b8ca84550 m
bug fix on the use of local _wave_number
-
Takeshi Nakazato 8e6c772470209dab9cef7efcb77090149a479d54 m
Remove extra comma
-
Takeshi Nakazato a2f12afcd6e4c489117d3fd6e280782f56b96dbd m
Clearly separate the use of real/virtual spw ids
In baseline/worker.py most of the spw ids are *real*. Exception is dictionary keys in fit_order, fit_func, and wave_number. When processing these dictionaries, every keys are checked if they are virtual and converted to real spw ids if necessary. -
ryanaloomis <ryan.a.loomis@gmail.com> 803f8d791bb8a562a28f97f032ba7939e678f16d m
PIPE-2617: make hif_findcont use uvrange