-
Notifications
You must be signed in to change notification settings - Fork 181
JP-3438: Allow custom grouping of models #7997
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
Conversation
Codecov ReportAll modified lines are covered by tests ✅
📢 Thoughts on this report? Let us know!. |
nden
left a comment
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.
Can you add a test?
If I understand this correctly I should be able to edit an association file and add a custom group_id. This does not work. Is group_id even saved to an association_file?
hbushouse
left a comment
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.
Will need updates to RTD somewhere (wherever appropriate) to explain this new capability.
21f4d4e to
e26eb4a
Compare
It does work. Can you explain what is not working as expected? I added a unit test. I had to modify the Without |
I was trying to generate an association file with a custom |
If you set
In principle yes, but it is harder to achieve that, I think... And it makes it easier to have confusing situations like what takes precedence. I need to investigate this a little. |
|
This looks good to me. The other enhancements can be done in a different PR. Need to rebase this one. |
7e11b56 to
dd836c4
Compare
c2f2135 to
54d0e92
Compare
Co-authored-by: Howard Bushouse <[email protected]>
Co-authored-by: Howard Bushouse <[email protected]>
54d0e92 to
ba63185
Compare
Resolves JP-3438
Closes #7996
This PR adds support for custom group ID so that users can conveniently modify how input models are grouped for the
tweakregandskymatchsteps.Checklist for maintainers
CHANGES.rstwithin the relevant release sectionHow to run regression tests on a PR