From 203efb5371b6fe3f954e8809cfac3832235626ff Mon Sep 17 00:00:00 2001 From: Steve Bachmeier Date: Mon, 19 Aug 2024 10:20:15 -0700 Subject: [PATCH] update one var description --- src/vivarium/framework/results/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vivarium/framework/results/interface.py b/src/vivarium/framework/results/interface.py index 9df108ec8..d7f973128 100644 --- a/src/vivarium/framework/results/interface.py +++ b/src/vivarium/framework/results/interface.py @@ -135,7 +135,7 @@ def register_binned_stratification( target Name of the state table column or value pipeline to be binned. binned_column - Name of the new column for the binned quantities. + Name of the (binned) stratification. bin_edges List of scalars defining the bin edges, passed to :meth: pandas.cut. The length must be equal to the length of `labels` plus 1.