~/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.
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.