Uploaded image for project: 'Data Management'
  1. Data Management
  2. DM-16474

obs_comCam butler.get returns with "issubclass() arg 1 must be a class Collap"

    XMLWordPrintable

    Details

    • Type: Story
    • Status: Done
    • Resolution: Done
    • Fix Version/s: None
    • Component/s: obs_comCam
    • Labels:
      None
    • Team:
      DM Science

      Description

      The problem is a typo in the yaml file for raw_hdu; python: lsst.daf.base.propertyList not python: lsst.daf.base.PropertyList

        Attachments

          Activity

          Hide
          rhl Robert Lupton added a comment -

          git diff master
          diff --git a/policy/comCamMapper.yaml b/policy/comCamMapper.yaml
          index ab71247..ad280f6 100644
          --- a/policy/comCamMapper.yaml
          +++ b/policy/comCamMapper.yaml
          @@ -375,7 +375,7 @@ datasets:
             raw_hdu:
               level: Ccd
               persistable: PropertyList
          -    python: lsst.daf.base.propertyList
          +    python: lsst.daf.base.PropertyList
               storage: FitsStorage
               tables: raw
               template: raw/%(run)s/%(ccd)s/%(ccd)s-%(visit)06d.fits[0] 

          Show
          rhl Robert Lupton added a comment - git diff master diff --git a/policy/comCamMapper.yaml b/policy/comCamMapper.yaml index ab71247..ad280f6 100644 --- a/policy/comCamMapper.yaml +++ b/policy/comCamMapper.yaml @@ - 375 , 7 + 375 , 7 @@ datasets:    raw_hdu:      level: Ccd      persistable: PropertyList -    python: lsst.daf.base.propertyList +    python: lsst.daf.base.PropertyList      storage: FitsStorage      tables: raw      template: raw/%(run)s/%(ccd)s/%(ccd)s-%(visit)06d.fits[ 0 ]
          Hide
          mfisherlevine Merlin Fisher-Levine added a comment -

          Looks fine. I wonder what changed that means we're only noticing this now though...

          Show
          mfisherlevine Merlin Fisher-Levine added a comment - Looks fine. I wonder what changed that means we're only noticing this now though...
          Hide
          rhl Robert Lupton added a comment -

          merged and pushed.

           

          What changed? I think it's probably pybind11, but it's a bit mysterious as I think that'd just change the error messages.

          Show
          rhl Robert Lupton added a comment - merged and pushed.   What changed? I think it's probably pybind11, but it's a bit mysterious as I think that'd just change the error messages.

            People

            Assignee:
            rhl Robert Lupton
            Reporter:
            rhl Robert Lupton
            Reviewers:
            Merlin Fisher-Levine
            Watchers:
            Merlin Fisher-Levine, Robert Lupton
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Jenkins

                No builds found.