Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gottacatchenall authored Nov 14, 2024
1 parent 6221aed commit ab63064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using SpeciesInteractionSamplers

λ = generate(NicheModel())
relative_abundance = generate(NormalizedLogNormal=0.2), λ)
δ = detectability(λ, RelativeAbundanceScaled(10.0), relative_abundance)
δ = detectability(RelativeAbundanceScaled(10.0), λ, relative_abundance)

energy = 500
θ = realizable!(feasible_network, NeutrallyForbiddenLinks(energy), relative_abundance)
Expand Down

0 comments on commit ab63064

Please sign in to comment.