Feature/issue 197 remove writer#213
Conversation
|
@bgoodri, just FYI, the failure was a travis-ci thing. It timed out trying to get R. This is to get RStan up to develop. I'd wait on merging until after 2.8.0-1 or whatever you're working on for release now. |
|
Is there some way to track these refactoring tasks centrally? Should there be a meta-task in the |
|
There is a meta-task in the repo. This fix is post 2.8.0, but not Stan 3. (When releasing 2.8.0, if you use the v2.8.0 tagged version of the Stan On Sat, Sep 26, 2015 at 10:03 AM, Allen Riddell notifications@github.com
|
|
PyStan 2.8.0.0 is out. Just waiting for the uploads of these monster OS On 09/26, Daniel Lee wrote:
|
|
Okay to merge this? Anything else needed for 2.9? |
0e03966 to
4d4a9df
Compare
Feature/issue 197 remove writer
|
Some error messages cannot find their ways to the output; some units tests failed here: https://travis-ci.org/stan-dev/rstan/jobs/94535542 |
|
I think I fixed the error message issue in the unit tests in develop branch. |
|
Hi Jiqiang, does that one fix actually work? I tried the same thing and it On Thu, Dec 3, 2015 at 2:26 PM, maverickg notifications@github.com wrote:
|
|
@syclik It works. |
Summary:
This updates
stan_fit.hppto work with the latest develop branch of Stan.Intended Effect:
With stan-dev/stan#1601, some of the header files were removed. These were moved to RStan.
How to Verify:
This should compile and work exactly like the version without it.
Side Effects:
@bgoodri, can you double check the changes to
stan_fit.hpp? It looks like the merge brought back in the section for advi... If you want that removed, just say so and I'll remove the sections.Documentation:
None required.
Reviewer Suggestions:
@bgoodri