From 97ad0ed8da643a49739bf262aa115c165b6f776e Mon Sep 17 00:00:00 2001 From: David Orme Date: Mon, 23 Sep 2024 13:32:06 +0100 Subject: [PATCH] Out of date docstring --- pyrealm/demography/community.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyrealm/demography/community.py b/pyrealm/demography/community.py index 63f09870..4f6a05b5 100644 --- a/pyrealm/demography/community.py +++ b/pyrealm/demography/community.py @@ -7,9 +7,8 @@ post processing to align the input formats to the initialisation arguments to the Community class. -Internally, the cohort data in the Community class is represented as a pandas dataframe, -which makes it possible to update cohort attributes in parallel across all cohorts but -also provide a clean interface for adding and removing cohorts to a Community. +Internally, the cohort data in the Community class is represented as a dictionary of +`numpy` arrays. Worked example ==============