-
Notifications
You must be signed in to change notification settings - Fork 0
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 #89
base: main
Are you sure you want to change the base?
Conversation
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 is your first PR, thank you for contributing to MaCh3!
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
@@ -58,7 +58,7 @@ if(NOT DEFINED MaCh3_Branch) | |||
if(tag_found_index GREATER -1) | |||
SET(MaCh3_Branch "tags/v${MaCh3Tutorial_VERSION}") | |||
else() | |||
SET(MaCh3_Branch "develop") | |||
SET(MaCh3_Branch "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: