-
Notifications
You must be signed in to change notification settings - Fork 29
6.2 E2E tests #3187
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
6.2 E2E tests #3187
Conversation
0314c52 to
b4c2f1a
Compare
|
| objective-contributions: | ||
| - id: invest_objective | ||
| location: master | ||
| - id: operational_objective |
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.
The input yaml files contain typos, please update your branch when the rest is merged
| @@ -0,0 +1,168 @@ | |||
| from behave import * | |||
| import xpress as xp | |||
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.
xpress requires a license and is nonfree, maybe we could find another python package for MPS parsing ?
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.



End to End test for 6.2 : feature 13 : Export investment problem
Given the modeler system is described with an optim-config
Modeler should generate master, subproblems and structure file
We test that problems data are the same (number of rows, columns, ub, lb, type, etc) using xpress solver. Limit: We can't work with problems too big.
We test that structure files contains the same data
Todos, pending 6.2c