admb-project / admb

AD Model Builder
http://admb-project.org
Other
64 stars 19 forks source link

Small bug in new console output: %20% done #246

Closed arni-magnusson closed 2 years ago

arni-magnusson commented 2 years ago

Hi, there's a small bug in the new console output (branch admb-13) when a model has >=10 derived quantities,

Differentiating 14 derived quantities: %20% done! (0.01 s)

when the expected output is:

Differentiating 14 derived quantities: 20%, 40%, 60%, 80%, 100% done! (0.01 s)

Reproducible example: ref77.zip

arni-magnusson commented 2 years ago

Fixed in pull request #247.