Build: #6 failed Changes by Shawn Booth

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
4 minutes
Labels
None
Agent
casaci-4.cv.nrao.edu test agent6
Revision
5b727dd9aa82adb227b08d2d4c66bd4fd036df02
Total tests
704
Fixed in
#7 (Changes by Shawn Booth)

Tests

Responsible

  • Shawn Booth Shawn Booth Automatically assigned

Code commits

Author Commit Message Commit date
Shawn Booth Shawn Booth 5b727dd9aa82adb227b08d2d4c66bd4fd036df02 Merge remote-tracking branch 'origin/main' into PIPE-2903-additional-refactoring-items-after-pr-1452
Takeshi Nakazato Takeshi Nakazato bb957e3eeada2f1133358c97fbaed230fdbc2369 m Pull request #1774: PIPE-2774 hsd atmcor selected atmtype become worse in pl2025
Merge in PIPE/pipeline from PIPE-2774-hsd_atmcor-selected-atmtype-become-worse-in-pl2025 to main

* commit '6dbac1563e26e93c773bb3f9b6139dd58440b0d0':
  Eliminate matplotlib.pyplot depencency
  Eliminate pylab dependency
  Simplify the code using numpy function
  Eliminate unnecessary conditional block
  Complete docstring and type annotation of smooth function
  Examine separate atmowpheric features individually
  Adjust smoothing box size
  increase smoothing kernel size
  Refactoring to reduce number of smoothing operation
  bug fix on metricnorm and revised skychansel
  Mitigate boundary effect of convolution
  change default metric for selectModelParams to 'intsqdiff'
  intsqdiff
Rui Xue Rui Xue 60ddcac9ca40ee8314460cf1007d7d1310c59415 m Pull request #1779: PIPE-3034: Fix AQUA report formatting error due to single-string `vis` specifications of `TargetDataSelection`
Merge in PIPE/pipeline from PIPE-3034-aqua-report-datas-selection-asdm-description-section-got-comma-splitted-string to main

* commit '9a44970a9ba0fa860d5209486a307e66f954920d':
  PIPE-3034: Fix AQUA report formatting error due to single-string `vis` specifications of `TargetDataSelection`
Rui Xue Rui Xue 1d2fb62039efa1638db27ef4674750eb42f4d55f m Pull request #1777: PIPE-3025: Remove serial model write enforcement logic in tclean for 'mosaic' gridder
Merge in PIPE/pipeline from PIPE-3025-remove-the-serial-model-write-enforcement-logic-in-hif_selfcal to main

* commit 'eb7e76035f6b6ca3a7d9bb131dc988dc669d61d3':
  PIPE-3025: Remove serial model write enforcement logic in tclean for 'mosaic' gridder
Dirk Muders Dirk Muders 77b65bba576542a5c2e63db2fbd0e346b73183ad m Pull request #1778: PIPE-3018: Applied changes made in PIPE-3012 for the PL2025 release and changed the image library 'overwrite' parameter to 'overwrite_on_export' to clarify the meaning.
Merge in PIPE/pipeline from PIPE-3018_Missing_cubes_hifa_exportdata_output to main

* commit 'e26c8ead3642ecc1751599fff56925ac214f0b17':
  PIPE-3018: Added doc string for add_item method to explain its behavior in detail.
  PIPE-3018: Applied changes made in PIPE-3012 for the PL2025 release and changed the image library 'overwrite' parameter to 'overwrite_on_export' to clarify the meaning.

Tests

New test failures 7
Status Test View job Duration
Collapse Failed worker_test test_build_fitting_configuration[inp0-expected0-False]
Pipeline PR Test 6.7.4 < 1 sec
AttributeError: type object 'SerialBaselineSubtractionWorker' has no attribute 'build_fitting_configuration'
inp = {17: 'cspline', 19: 'cspline', 23: 'cspline'}
expected = {17: 'cspline', 19: 'cspline', 23: 'cspline'}, should_raise = False

    @pytest.mark.parametrize(
        "inp, expected, should_raise",
        [
            # valid inputs
(48 more lines...)
Collapse Failed worker_test test_build_fitting_configuration[inp1-expected1-False]
Pipeline PR Test 6.7.4 < 1 sec
AttributeError: type object 'SerialBaselineSubtractionWorker' has no attribute 'build_fitting_configuration'
inp = {17: 'poly', 19: 'poly', 23: 'poly'}
expected = {17: 'poly', 19: 'poly', 23: 'poly'}, should_raise = False

    @pytest.mark.parametrize(
        "inp, expected, should_raise",
        [
            # valid inputs
(48 more lines...)
Collapse Failed worker_test test_build_fitting_configuration[inp2-expected2-False]
Pipeline PR Test 6.7.4 < 1 sec
AttributeError: type object 'SerialBaselineSubtractionWorker' has no attribute 'build_fitting_configuration'
inp = {17: 'cspline', 19: 'cspline', 23: 'poly'}
expected = {17: 'cspline', 19: 'cspline', 23: 'poly'}, should_raise = False

    @pytest.mark.parametrize(
        "inp, expected, should_raise",
        [
            # valid inputs
(48 more lines...)
Collapse Failed worker_test test_build_fitting_configuration[inp6-ValueError-True]
Pipeline PR Test 6.7.4 < 1 sec
AttributeError: type object 'SerialBaselineSubtractionWorker' has no attribute 'build_fitting_configuration'
inp = {19: 'invalid'}, expected = <class 'ValueError'>, should_raise = True

    @pytest.mark.parametrize(
        "inp, expected, should_raise",
        [
            # valid inputs
            (
(45 more lines...)
Collapse Failed worker_test test_build_fitting_configuration[inp4-expected4-False]
Pipeline PR Test 6.7.4 < 1 sec
AttributeError: type object 'SerialBaselineSubtractionWorker' has no attribute 'build_fitting_configuration'
inp = {17: 'poly', 19: 'cspline', 23: 'sinusoid'}
expected = {17: 'poly', 19: 'cspline', 23: 'sinusoid'}, should_raise = False

    @pytest.mark.parametrize(
        "inp, expected, should_raise",
        [
            # valid inputs
(48 more lines...)
Collapse Failed worker_test test_build_fitting_configuration[inp3-expected3-False]
Pipeline PR Test 6.7.4 < 1 sec
AttributeError: type object 'SerialBaselineSubtractionWorker' has no attribute 'build_fitting_configuration'
inp = {17: 'poly', 19: 'cspline', 23: 'poly'}
expected = {17: 'poly', 19: 'cspline', 23: 'poly'}, should_raise = False

    @pytest.mark.parametrize(
        "inp, expected, should_raise",
        [
            # valid inputs
(48 more lines...)
Collapse Failed worker_test test_build_fitting_configuration[badfunc-ValueError-True]
Pipeline PR Test 6.7.4 < 1 sec
AttributeError: type object 'SerialBaselineSubtractionWorker' has no attribute 'build_fitting_configuration'
inp = 'badfunc', expected = <class 'ValueError'>, should_raise = True

    @pytest.mark.parametrize(
        "inp, expected, should_raise",
        [
            # valid inputs
            (
(45 more lines...)

Jira issues

IssueDescriptionStatus
4 more issues…
Unknown Issue TypePIPE-2774Could not obtain issue details from Jira
Unknown Issue TypePIPE-2893Could not obtain issue details from Jira
Unknown Issue TypePIPE-2903Could not obtain issue details from Jira
Unknown Issue TypePIPE-3012Could not obtain issue details from Jira
Unknown Issue TypePIPE-3018Could not obtain issue details from Jira