Skip to content

Fix autoplot.epi_archive on archives with a v column #675

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

Merged
merged 1 commit into from
Jun 19, 2025

Conversation

brookslogan
Copy link
Contributor

Checklist

Please:

  • Make sure this PR is against "dev", not "main" (unless this is a release
    PR).
  • Request a review from one of the current main reviewers:
    brookslogan, nmdefries.
  • Makes sure to bump the version number in DESCRIPTION. Always increment
    the patch version number (the third number), unless you are making a
    release PR from dev to main, in which case increment the minor version
    number (the second number).
  • Describe changes made in NEWS.md, making sure breaking changes
    (backwards-incompatible changes to the documented interface) are noted.
    Collect the changes under the next release number (e.g. if you are on
    1.7.2, then write your changes under the 1.8 heading).
  • Styling and documentation checks. Make a PR comment with:
    • /style to check the style and fix any issues.
    • /document to check the package documentation and fix any issues.
    • /preview-docs to preview the docs.
    • See Actions GitHub tab to track progress of these commands.
  • See DEVELOPMENT.md for more information on the development
    process.

Change explanations for reviewer

  • Uses .env$v to avoid using v column.
  • Also changing to a .9999 dev version numbering scheme.

Magic GitHub syntax to mark associated Issue(s) as resolved when this is merged into the default branch

@brookslogan
Copy link
Contributor Author

/style

@brookslogan
Copy link
Contributor Author

/document

@brookslogan
Copy link
Contributor Author

/preview-docs

Copy link

@brookslogan brookslogan merged commit 5d35361 into dev Jun 19, 2025
3 checks passed
@brookslogan brookslogan deleted the lcb/autoplot-with-v-col branch June 20, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

autoplot.epi_archive fails when there is a pre-existing column named v
1 participant