Build: #332 was successful
Job: Pipeline PR Test 6.7.4 was successful
Code commits
Pipeline
-
Remy Indebetouw 3dd2dbdadc6deee2b97f34951d888bd4d45158ad
Pull request #1898: PIPE-3163: reinstate a fallback for when tsys is not taken on every target to plot the closest target-mapped tsys field.
Merge in PIPE/pipeline from PIPE-3163-source-pointings-plots-missing-for-multi-target-datasets to main
* commit '63d27a50e125fb013f04590846b0ecb57b31339d':
PIPE-3163: Fix field-level deduplication in tsysfieldmap
PIPE-3163: Refactor `select_tsys_fields` to return single best-matching field
I don't know how the pytest is set up, just trying to get this done since the dev. is not available.
added debugging log messages about multiple tsys fields fixed function name that broke the test
typo
reinstate a fallback, for when tsys is not taken on every target, to plot all the other target mapped tsys fields. -
Rui Xue 63d27a50e125fb013f04590846b0ecb57b31339d
PIPE-3163: Fix field-level deduplication in tsysfieldmap
- `get_tsys_fields_for_intent` now returns an insertion-ordered list[str]
instead of a set, ensuring reproducible output
- Fix f() to deduplicate at the field ID level, not the whole
comma-separated string level -
Rui Xue 27753479c2122ad6297b0c79919ef3d603d442f1
PIPE-3163: Refactor `select_tsys_fields` to return single best-matching field
- Rename `select_tsys_fields` back to `select_tsys_field`; return Field | None
instead of list[Field] / raising LookupError
- Implement nearest-field fallback (angular separation) replacing the
previous "return all fields" approach
- Update `plot_tsys_scans` to handle `None` return gracefully
- Fix tests: add per-case gainfield mock, add nearest-fallback test case -
Remy Indebetouw 123b10ba26ae1284ee9f165be7d5c4ae6ed72d73
I don't know how the pytest is set up, just trying to get this done since the dev. is not available.
-
Remy Indebetouw 17e5a34b0ff469384fce44dacca55659dfc08b21
added debugging log messages about multiple tsys fields fixed function name that broke the test
-
Remy Indebetouw 5b51c79645174737c1e709495578732e9007e98f
typo
-
Remy Indebetouw e5fb2a32cc1c3d6e75dcc8c561712e151f22632c
reinstate a fallback, for when tsys is not taken on every target, to plot all the other target mapped tsys fields.