-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
The execution test for Credible Government Policies in Chang Model and Competitive Equilibria in the Chang Model is failing.
There is a ValueError triggered when ch1.solve_sustainable()
is called. It looks like this might be triggered by scipy/optimize.
~/anaconda3/lib/python3.7/site-packages/scipy/optimize/_linprog_util.py in _check_result(x, fun, status, slack, con, lb, ub, tol, message)
1325 # nearly basic feasible solution. Postsolving can make the solution
1326 # basic, however, this solution is NOT optimal
-> 1327 raise ValueError(message)
1328
1329 return status, message
ValueError: The algorithm terminated successfully and determined that the problem is infeasible.
Metadata
Metadata
Assignees
Labels
No labels