role-model / roleR

R package implementing the RoLE model
https://role-model.github.io/roleR
GNU General Public License v3.0
1 stars 2 forks source link

initialize and augment local community correctly #127

Closed ajrominger closed 1 year ago

ajrominger commented 1 year ago

the spAbundHarmMean, spLastOriginStep, and spExtinctionStep slots should be initialized according to the actual state of the local community. They should be augmented with either -1 or NA, whatever would be easier for the python side of things. @isaacovercast once this issue is address on the R side it could cause some breaks on the python side, we might have to troubleshoot that next week

ajrominger commented 1 year ago

fixed by b669ff7 on conda-fix branch