BecksLab / EcologicalNetworksDynamics.jl

A simulator for ecological dynamics written in Julia.
GNU Affero General Public License v3.0
18 stars 3 forks source link

Fixing repeat in type display for AllometricParams #121

Closed Thomalpas closed 1 year ago

Thomalpas commented 1 year ago

Bonjour!

This pull request is very simple - we noticed that AllometricParams's type display was repeating one of the arguments so I have fixed it and updated the corresponding docstring. All tests pass 😃

It is literally:

AllometricParams(aâ‚š=1, aâ‚‘=2, aáµ¢=3, bâ‚š=4, aâ‚š=1, bâ‚‘=5, báµ¢=6) -> AllometricParams(aâ‚š=1, aâ‚‘=2, aáµ¢=3, bâ‚š=4, bâ‚‘=5, báµ¢=6)