-
Notifications
You must be signed in to change notification settings - Fork 94
Rename IndicatorSet to Indicator. #1475
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
It makes sense to first do the MOF part, then import it into MOI. I've added a commit to revert those changes. |
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.
Developer call says yes to this. Just need to fix the test failures.
The tests now pass; there are still format checks that fail, but not for the altered part of the code. |
That's weird, it's passing on master: https://github.com/jump-dev/MathOptInterface.jl/runs/3147720574 |
This is more consistent with the naming of the other sets.
Do I need to do anything more in this PR? CI accepted a previous version of the patch, and there were only cosmetic changes in between. |
I just cycled the CI. If it doesn't work, we probably just need to rebase the branch. |
Having a new cycle of CI seems to have solved the issue, but let's see what happens with the new commit… |
This is more consistent with the naming of the other sets.
Follows #1459.
I also renamed through MOF, I don't know if this should happen (or maybe tag a new version of MOF JSON schema?).
There is only one occurrence of
IndicatorSet
present, inNEWS.md
.