Closed zeyus closed 2 months ago
Thanks @zeyus, merged your pull request in v7.10.0. Should be published in the next hour or so.
@goedman Amazing, thanks :)
@zeyus You're welcome.
If you have an example of using your fix, I wouldn't mind adding it as a test.
If you have an example of using your fix, I wouldn't mind adding it as a test.
No probs, I have created a new PR with a test and due to that process discovered a couple of minor issues along the way.
Most of the configurable options that should be passed to
cmdstan
were getting ignored, this just passes along thekwargs
so that the final command executed includes the correct settings.