-
Notifications
You must be signed in to change notification settings - Fork 6
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
Draft: Move all SK functionality into core #345
base: develop
Are you sure you want to change the base?
Conversation
Hi @dbarrow257, thank you for contributing to MaCh3! Please wait for MaCh3 developers to review your PR. If no one answers within a week, please message people from this list: https://github.com/orgs/mach3-software/teams/mach3admin . While waiting, please enjoy this Use this action on your projects. Use jokes on issues instead. |
…/mach3-software/MaCh3 into dbarrow257/feature/MoveSKFeaturesToCore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some known changes which need reverting, but they are required to ensure Core CI checks could pass
@@ -27,6 +27,7 @@ jobs: | |||
# Clone the MaCh3Tutorial repository with the current branch | |||
git clone --branch main https://github.com/mach3-software/MaCh3Tutorial.git MaCh3Validations | |||
cd MaCh3Validations | |||
git checkout dbarrow257/feature/MoveSKFeaturesToCore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be undone before approving
@@ -78,6 +78,7 @@ jobs: | |||
cd /opt/ | |||
git clone https://github.com/mach3-software/MaCh3Tutorial.git MaCh3Validations | |||
cd MaCh3Validations | |||
git checkout dbarrow257/feature/MoveSKFeaturesToCore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be undone before approving
Pull request description
Move all SK nice code functionality into core and take advantage of the MaCh3Modes object in samplePDFFDBase
Changes or fixes
Examples