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.