-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi Omar, I hope you're well. I noticed a potential confusion regarding the description of B_dict and its mapping with the rows of Bs in policy_priority_inference.py. Here are the details:
- In the function
run_ppi(), the description ofB_dictindicates that the values of this dictionary are lists of indices of the expenditure programs, corresponding to the rows ofBsin its matrix form. - However, from
tutorials/01c - data preparation (expenditure).ipynbandtutorials/02 - model calibration.ipynbit appears that the values inB_dictare the expenditure program numbers and not the indices. Fromsource_code/policy_priority_inference.pylines 281 to 318 it looks like as long as the expenditure program numbers and theBsare sorted the same way, it works correctly.
Could you confirm if this understanding is correct please? Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels