Skip to content

Commit

Permalink
Out of date docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
davidorme committed Sep 23, 2024
1 parent f291ebf commit 97ad0ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyrealm/demography/community.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
==============
Expand Down

0 comments on commit 97ad0ed

Please sign in to comment.