Closed ismael-lajaaiti closed 1 year ago
Thank you! I'm looking into this rn. But I this is not addressing #114, right? I think you meant #116 ^ ^"
Thank you! I'm looking into this rn. But I this is not addressing #114, right? I think you meant #116 ^ ^"
Yes thank you, I just edited the PR message. Sorry for the confusion.
Thank you @iago-lito and @Thomalpas for you reviews! I've pushed a commit integrating your suggestions. Let me know what you think about it.
Address #115 and #116.
Changes
FoodWeb
a structural model the user has no access tocheck_cycle
andcheck_disconnected
to choose to discard or not network that respectively contains cycle(s) or disconnected species. By default,check_disconnected = true
andcheck_cycle = false
.iter_safe
tol
erance argument when generating food webs with a structural model to 10% (either of the number of links or the connectance, depending on the argument given by the user) and update in the docstring.