Build: #133 failed Child of PIPE-C6PP-385
Code commits
Pipeline
-
Rui Xue 3957d542009ca689753727fc2334db08d2d93c98
Pull request #848: PIPE-1514: remove 'self' as the first optional argument name for casa tasks.
Merge in PIPE/pipeline from bugfix/PIPE-1514-positional-arguments-for-jobrequest-is-not-translated-correctly-in-pipeline-log to main
* commit '05eaeb832719445e9c7d69e4efb450e176b6b6f5':
PIPE-1514: replace the remaining usage of Code objects with Signature.
PIPE-1514: use inspect.signature to get parameters from callables; switch from positional args to keyword args for some casatask calls.
PIPE-1514: remove 'self' as the first optional argument name for casa tasks. -
Brian Kent 03006346897143b76320e5f60f205357416d5ed6
Pull request #984: PIPE-1726-priorcals-antpos-correction
Merge in PIPE/pipeline from PIPE-1726-antenna-position-offsets to main
* commit '57021a492a2ca5c6443ce5ef0a946216c9e4cd78':
PIPE-1726. Update to VLA antenna position function in priorcals.py -
Brian Kent 57021a492a2ca5c6443ce5ef0a946216c9e4cd78 m
PIPE-1726. Update to VLA antenna position function in priorcals.py
-
Rui Xue 05eaeb832719445e9c7d69e4efb450e176b6b6f5 m
PIPE-1514: replace the remaining usage of Code objects with Signature.
-
Rui Xue 9ed44c226ab6cd626db0bc13b40a150e94c7e5a3 m
Merge remote-tracking branch 'origin/main' into bugfix/PIPE-1514-positional-arguments-for-jobrequest-is-not-translated-correctly-in-pipeline-log
-
Rui Xue 66fd6b31d6c18a6ac427216e1f1c81aa5cf78857 m
Merge remote-tracking branch 'origin/main' into bugfix/PIPE-1514-positional-arguments-for-jobrequest-is-not-translated-correctly-in-pipeline-log
-
Rui Xue b445a56f84f5430fcfc85f8b9cdb0d83130bfbff m
PIPE-1514: use inspect.signature to get parameters from callables; switch from positional args to keyword args for some casatask calls.
- pipeline/hif/tasks/tclean/plot_spectra.py (version b445a56f84f5430fcfc85f8b9cdb0d83130bfbff) (diffs)
- pipeline/hif/tasks/transformimagedata/transformimagedata.py (version b445a56f84f5430fcfc85f8b9cdb0d83130bfbff) (diffs)
- pipeline/infrastructure/casa_tools.py (version b445a56f84f5430fcfc85f8b9cdb0d83130bfbff) (diffs)
- pipeline/infrastructure/jobrequest.py (version b445a56f84f5430fcfc85f8b9cdb0d83130bfbff) (diffs)
- pipeline/infrastructure/mpihelpers.py (version b445a56f84f5430fcfc85f8b9cdb0d83130bfbff) (diffs)
- pipeline/infrastructure/sessionutils.py (version b445a56f84f5430fcfc85f8b9cdb0d83130bfbff) (diffs)
-
Rui Xue 3af6e63dbdef9c702ea9b3d1bc1b88f93bcf05f3 m
PIPE-1514: remove 'self' as the first optional argument name for casa tasks.