Issue 897: Reduce EpiAutoGP to a script#1070
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1070 +/- ##
==========================================
- Coverage 59.50% 56.13% -3.38%
==========================================
Files 32 29 -3
Lines 2109 1997 -112
==========================================
- Hits 1255 1121 -134
- Misses 854 876 +22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
@damonbayer I think this is the safer/easier/better direction than #1068 although I'm sad because |
damonbayer
approved these changes
May 14, 2026
Collaborator
damonbayer
left a comment
There was a problem hiding this comment.
Thanks @SamuelBrand1!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request can close #897 by removing the standalone
EpiAutoGPJulia package from the repository and adds a script runner for the pipeline located atpipelines/epiautogpinstead. It also adjusts CI workflows and pre-commit hooks to reflect this change, and removes related documentation and test configuration for the old package.Changes
EpiAutoGPdirectory/--project=pipelines/epiautogpwhen installing Julia dependencies, instead of the now-removedEpiAutoGPdirectory.EpiAutoGPpackage from.github/workflows/test.yaml. Instead, added direct calls to run the relevant parquet interop and parquet tests forpipelines/epiautogp..pre-commit-config.yamlto excludepipelines/epiautogp/Manifest.tomlfrom secret detection and typo checks.