iza-institute-of-labor-economics / gettsim

The GErman Taxes and Transfers SIMulator
https://gettsim.readthedocs.io/
GNU Affero General Public License v3.0
56 stars 33 forks source link

BUG: Missing aggregation functions for `aggregate_by_p_id` #688

Open MImmesberger opened 9 months ago

MImmesberger commented 9 months ago

676 Introduces aggregations by p_id. So far, only sum is implemented. We need to implement and test

both in aggregation_numpy.py and aggregation_jax.py.