stan-dev / cmdstanpy

CmdStanPy is a lightweight interface to Stan for Python users which provides the necessary objects and functions to compile a Stan program and fit the model to data using CmdStan.
BSD 3-Clause "New" or "Revised" License
149 stars 67 forks source link

Allow warmup iterations when not adapting #731

Closed WardBrian closed 5 months ago

WardBrian commented 5 months ago

And, prevent adapting with no warmup

Submission Checklist

Summary

Closes #730

Copyright and Licensing

Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company):

By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses:

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (46f8608) 79.82% compared to head (af8a747) 79.85%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #731 +/- ## =========================================== + Coverage 79.82% 79.85% +0.03% =========================================== Files 75 75 Lines 11502 11502 =========================================== + Hits 9181 9185 +4 + Misses 2321 2317 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.