Aaron Miller

Results 110 issues of Aaron Miller

We have sympy tests that we don't run in normal CI because they're really slow, we should run them periodically though

test
Infra

LCM types that contain dynamic size vectors (which is what we currently generate for vectors with >9 elements) aren't allocated before being filled out / returned from generated functions

bug

We don't use it as far as I can tell, so we shouldn't include the header

core

For the geo classes, move as many methods as possible from "Handwritten methods" to "Custom methods", like `Rot3::ToRotationMatrix`. Probably also want a way to do this for python, and possibly...

geo

**Describe the bug** SymEngine segfaults when dividing two vectors **To Reproduce** ```python In [1]: import symforce.symbolic as sf In [2]: sf.V3([1,1,1])/sf.V3([2,2,2]) ``` **Expected behavior** Throw some python exception

bug
core

Right now we just return `true` without telling the user whether the optimization converged or just got stuck

good first issue
optimization

Maybe want them to still be runnable with `python -m unittest` for users that don’t want to build any of the c++ code

test