Arnav Sood

Results 56 comments of Arnav Sood

@jlperla Just to confirm, at this point we are only installing this stuff? Or do you also want me to try plugging it into the actual hub

OK, seems to work out of the box. I've added it to the hubs. Renaming this and moving to `1.2` (just a guess) for when we are ready to put...

Thanks @lrnv, this is great and actionable. I'm sure the Pareto distribution would be super useful for economists. I'll have a look into it, or if you'd like to implement...

Personally, I lean towards the spaces too. But I think that if we're putting this in the style guide, we should probably pick one or the other for the `foo...

@jlperla I think the idioms in the style guide (use `||` short-circuiting, don't blindly swallow what we get from solvers, return `nothing` when possible and otherwise `throw()` an error) make...

@Nosferican Just to confirm, I think Jesse is proposing that we use the short-circuiting. But he's proposing that, rather than just throw an error, we return `nothing` and handle it...

From the style guide- ## Error Handling - **Consistent naming of result** - Call the results of optimizers/etc. `result` when possible - **Add `converged`, etc. with `using` into the namespace...

@Nosferican since `==` falls back to `===` (and `Nothing` is a singleton type anyway), I think this is OK? I'd rather not have to explain the distinction between `==` and...

v0.6 data can be found as a JSON [here](https://pastebin.com/1Q9gxLfC)

@XiaojunGuan This might be a good one to chip away at. As a first step, could you look at the v0.6 data in the pastebin, and the v1.0 data at...