michael-prange
michael-prange
I don’t know how to do that. I just wanted to let the developers know that the documentation could use a bit of improvement. I love the package, but I...
Bob, I am using an iMac running the latest OS. I will be away from my computer until Monday, but is there a software test you can suggest for me...
I think I've localized the problem. In line 316 of cmdstan-2.17.1/stan/src/stan/io/stan_csv_reader.hpp is the line samples(row, col) = boost::lexical_cast(line); When I made a test program using this line, I get the...
Bob, Since this issue is holding up a project I’m working on, I’ll switch my local installation to use stringstream instead of lexical_cast as a quick fix. I’ll report back...
Bob, I've run 1000's of cases today and the patch has worked flawlessly. I don't know how to submit a patch, so I appreciate you offer to submit it for...
Thanks. I'll add this code this afternoon. I've just created a new function plot_nodes_as_symbols! that is similar to plot_nodes!, but allows arbitrary symbol strings to be plotted at node locations...
I just cloned and then committed my changes to the Master. Is this right? I'm a novice at GitHub.
I see that I need to create a fork first. Just did that. Will now try to commit.
Do you see my changes? if not, what do I need to do?
I accidentally created two pull requests. The second one contains the changes of the first. Sorry about that.