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 ab63064 commit 2ec87b2
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 @@ -26,7 +26,7 @@ relative_abundance = generate(NormalizedLogNormal(σ=0.2), λ)
δ = detectability(RelativeAbundanceScaled(10.0), λ, relative_abundance)

energy = 500
θ = realizable!(feasible_network, NeutrallyForbiddenLinks(energy), relative_abundance)
θ = realizable!(NeutrallyForbiddenLinks(energy), λ, relative_abundance)
ζ = realize!(θ)

detected_network = detect!(ζ, δ)
Expand Down

0 comments on commit 2ec87b2

Please sign in to comment.