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-34340: Adapt to daf_butler API changes. #68

Merged
merged 4 commits into from
Jul 25, 2024
Merged

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    8e59dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d956a13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3b603d View commit details
    Browse the repository at this point in the history
  4. Adapt to apparent matplotlib return type change.

    In my env, axvspan still returns Polygon, but in GitHub actions it's
    apparently Rectangle.  Both inherit from Patch, and that is sufficient
    for downstream code.
    TallJimbo committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    21c544d View commit details
    Browse the repository at this point in the history