You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often we want to calculate a variable across both baseline and reform simulations, where it only exists in the reform, e.g. UBI. We could add a safe=bool keyword argument which would return an array of zeros. This would probably require that map_to is also passed, in order to know what shape array to return.
The text was updated successfully, but these errors were encountered:
Often we want to calculate a variable across both baseline and reform simulations, where it only exists in the reform, e.g. UBI. We could add a
safe=bool
keyword argument which would return an array of zeros. This would probably require thatmap_to
is also passed, in order to know what shape array to return.The text was updated successfully, but these errors were encountered: