oguerrer / ppi

The model of Policy Priority Inference
MIT License
10 stars 5 forks source link

ppi.calibrate AssertionError #8

Closed r-leyshon closed 1 year ago

r-leyshon commented 1 year ago

Running ppi.calibrate without budgetary data results in AssertionError: Bs must be a numpy vector or a matrix.

Please see PR #7 for fix.

oguerrer commented 1 year ago

Updated the assert statement that verifies the format of the disbursement schedule.