-
Notifications
You must be signed in to change notification settings - Fork 518
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
Add true deprecation warning to pyomo
command
#2740
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 just changes how a warning is displayed, and even has a test
Codecov ReportBase: 82.23% // Head: 87.01% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2740 +/- ##
==========================================
+ Coverage 82.23% 87.01% +4.77%
==========================================
Files 771 771
Lines 86306 86307 +1
==========================================
+ Hits 70975 75101 +4126
+ Misses 15331 11206 -4125
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Fixes #160
Summary/Motivation:
This PR adds a true deprecation warning to the
pyomo
command.Changes proposed in this PR:
pyomo
is called without a subcommandLegal Acknowledgement
By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution: