Skip to content

Build failing for Chang Model lectures #89

@duncanhobbs

Description

@duncanhobbs

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions