Skip to content

Commit bce61ff

Browse files
committed
Remove comment in ALG2 Regelbedarf calculation.
1 parent 15bddad commit bce61ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/_gettsim/parameters/arbeitsl_geld_2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ anteil_regelsatz:
323323
kinder_bis_5: 0.6
324324
kinder_ab_6_bis_13: 0.6
325325
kinder_ab_14_bis_24: 0.8
326-
reference: Artikel 1 G. v. 24.12.2003 BGBl. I S. 2954.
326+
reference: Artikel 1 § 20 G. v. 24.12.2003 BGBl. I S. 2954.
327327
2009-07-01:
328328
deviation_from: previous
329329
reference: Artikel 1 G. v. 02.03.2009 BGBl. I S. 416.

src/_gettsim/transfers/arbeitsl_geld_2/arbeitsl_geld_2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def arbeitsl_geld_2_regelsatz_m_bg_bis_2010(
242242
float with the sum in Euro.
243243
244244
"""
245-
# Note that we, currently, do not support households with more than 2 adults.
246245
weitere_erwachsene = max(anz_erwachsene_bg - 2, 0)
247246
if anz_erwachsene_bg == 1:
248247
out = arbeitsl_geld_2_params["regelsatz"] * (

0 commit comments

Comments
 (0)