Skip to content

Commit 940b977

Browse files
committed
fix output_tables docstring:
1 parent ade1794 commit 940b977

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

ogcore/output_tables.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,13 +1000,6 @@ def model_fit_table(
10001000
"""
10011001
Creates a table summarizing the model fit.
10021002
1003-
Supported target descriptions (used as keys in ``targets_dict``):
1004-
1005-
* ``"Gini coefficient of wealth"`` -- computed from ``b_sp1``
1006-
* ``"Investment rate (I/K)"`` -- computed from ``I`` and ``K``
1007-
* ``"Gini coefficient of income"`` -- computed from
1008-
``before_tax_income``
1009-
10101003
Args:
10111004
targets_dict (dict): maps each parameter name to a one-item
10121005
dict ``{target_description: data_value}``, e.g.::

0 commit comments

Comments
 (0)