oguerrer / ppi

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

Calibrate error #7

Open r-leyshon opened 1 year ago

r-leyshon commented 1 year ago

Running ppi.calibrate() without budgetary data resulted in an assertion error: AssertionError: Bs must be a numpy vector or a matrix. Refactored this error originating from ppi.run_ppi().

Notebook includes a dynamic processor count for use in ppi.calibrate().

Linked issue #8