Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-21875: Add StorageClass and Formatter support necessary to persist lsst.verify.Measurement in Gen3 repos #209

Merged
merged 3 commits into from
Nov 26, 2019

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    272bcd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66dc09b View commit details
    Browse the repository at this point in the history
  3. Don't try to coerce types to themselves.

    This fixes unpersistence of classes whose constructors cannot take an
    object of the same type.
    
    No regression test, because I can't figure out how the existing test
    code assigns a formatter to ``MetricsExample``.
    kfindeisen committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    c7df921 View commit details
    Browse the repository at this point in the history