Zachary Sunberg
Zachary Sunberg
@kylejbrown17 thanks! I added some more tests, and it looks like there is a stack overflow when calculating the jacobian. We should track this down and fix it before merging....
Oh, ok, I see the problem... Not sure if it is by design. The issue is in StaticArrays.jl. Will file an issue there. I fixed the tests, so this should...
@dylan-asmar awesome! thanks for your work in SARSOP! I tend to try to follow what PkgTemplates does, just because that will be the most common thing for the community. Looks...
If you wanted to get really fancy and really embody the CS virtue of lazyness, you could write a script to do this for all the packages (possibly using the...
Awesome, @dylan-asmar , this is really great!
Done. BTW, I personally don't ever expect to get around to doing any of these tasks, haha - it will only happen if someone else gets deeply involved with this.
Seems like `code_typed` works pretty well now, so it should be pretty easy to automate more things
> having separate modules doing different things is better from the perspective of maintainers usually as they can focus on their module and make sure the APIs stay consistent. However,...
The other problem besides the fact that users have to import a bunch of things is that it is a huge pain to maintain what we have now. It is...
> The thing we should have done was to write better unit tests that didn't depend on other packages. I don't think this would actually completely fix the problem because...