Build: #87 failed Changes by Rui Xue and Hajime Ezawa
Code commits
Pipeline
-
Rui Xue a72337b580e1abc5f92c092d34b52ccc66cff6fd
Pull request #1943: PIPE-3170: fix the MS summary page for calsurvey data
Merge in PIPE/pipeline from PIPE-3170-calsurvey-ms-summary-page-blank to main
* commit 'e1713ac005aca301347f30f473c4e378e31a6a3f':
PIPE-3170: Fix numpy error on missing zenith angle data -
Rui Xue 2c9f2035aa3b5002b94df0978dcd82f2b20f10cb
Pull request #1946: PIPE-3219: remove the findroi product copy from the weblog stage subdirectory structure
Merge in PIPE/pipeline from PIPE-3219-remove-the-findroi-product-copy-from-the-weblog-stage-subdirectory-structure to main
* commit 'ccf856190ce98307c5714e0d4ea331d69435b9aa':
PIPE-3219: Remove pickle from findroi artifact links
PIPE-3129: Add view/download buttons for findroi artifacts
PIPE-3219: Remove `findroi_products.tar` from weblog rendering -
Hajime Ezawa a3236a0f13d2111d286331e8aa9c877cd19da91d
Pull request #1929: PIPE-3201: bug fix to exportdata/__init__.py
Merge in PIPE/pipeline from PIPE-3201-clone-for-main-hsd_exportdata-weblog-not-properly-generated to main
* commit '1835a969cf985d89e8c13550190d26001d897cc7':
PIPE-3201: bug fix to exportdata/__init__.py -
Hajime Ezawa 1835a969cf985d89e8c13550190d26001d897cc7
Merge branch 'main' of https://open-bitbucket.nrao.edu/scm/pipe/pipeline into PIPE-3201-clone-for-main-hsd_exportdata-weblog-not-properly-generated
-
Rui Xue ccf856190ce98307c5714e0d4ea331d69435b9aa m
PIPE-3219: Remove pickle from findroi artifact links
-
Rui Xue 60790ae54ca6149ba0dfc345b13a351c47b335c1 m
PIPE-3129: Add view/download buttons for findroi artifacts
Show "View or download" for text files (.dat, .txt, .csv) and download-only for binary files -
Rui Xue 5256868e884ca0381300f2b8886c2597308f9951 m
PIPE-3219: Remove `findroi_products.tar` from weblog rendering
Skip copying large `findroi_products.tar` to weblog directory and remove from artifact links. The tarball remains in findroi_workdir and is still included in auxiliary products export. -
Rui Xue e1713ac005aca301347f30f473c4e378e31a6a3f m
PIPE-3170: Fix numpy error on missing zenith angle data
- Add guard checks for empty zd arrays in `T2_1DetailsRenderer` and `T2_2_4Renderer`
- Pass None to template instead of 'N/A' for cleaner separation of concerns
- Remove unused `zd_telmjd_plot` from `T2_1DetailsRenderer` (retained in T2_2_4Renderer)
- Template uses Mako conditionals to display 'N/A' for missing data -
Hajime Ezawa 9adf3a5f04794b08ef3ed5b4579c4401c6339c5c m
PIPE-3201: bug fix to exportdata/__init__.py