Closed Thomalpas closed 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 😃
AllometricParams
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)
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)