Brian Ward

Results 396 comments of Brian Ward

I’d start by renaming the 64x32 coordinates file, which would make this size boot-able, and then tweaking it from there

I suspect this is most likely a duplicate of #510. When you run `install.sh` does it print a message about `environment is externally managed`?

That is a new error which indicates to me that you have now installed the dependencies

I think we get the weather report as a pre-formatted string from the MLB API for game weather

Is this still ongoing? Seems fine for me locally: ``` DEBUG (16:28:09): Headlines should update! DEBUG (16:28:09): 17 feeds to update... DEBUG (16:28:09): Feed URLs found... DEBUG (16:28:09): Fetching https://www.mlb.com//feeds/news/rss.xml...

I think this would be trivial if we had a `map` or something like `stan::math::for_each` that returned a new tuple, but unfortunately my C++-foo is not sufficient to write such...

It’s not specific to initial values, the code @syclik posted is just using the general stan_variables function we have on each output class which returns a dictionary of parameters. In...

Yeah, stan_variables returns different shapes for the different objects

I think that it would probably make sense if cmdstanpy eventually had a `create_inits` for all the different inference methods. As was pointed out in the original issue, for some...

I believe you will want to be able to report an ESS greater than the number of draws. This assumes the function people are interested in is the mean, but...