Tidy up engine tests #72

Merged
glen merged 2 commits from Vectornaut/dyna3:engine-test-cleanup into main 2025-03-12 21:54:57 +00:00

2 commits

Author SHA1 Message Date
Aaron Fenyes
55ccfb9ebc Factor out the kaleidocycle realization
This parallels what we did for the Irisawa hexlet realization. The
kaleidocycle tangent test comes out slightly weaker, because we no
longer confirm that the realized configuration matches the initial
guess. However, we still confirm that the configuration history only has
one entry, which is equivalent as long as the configuration history
starts with the initial guess and is updated after every optimization
step.
2025-03-10 22:20:10 -07:00
Aaron Fenyes
9283858a41 Move the frozen entry test; tidy up other tests
The other tidying is:
- Dropping a redundant type hint.
- Finding an expected dimension instead of hard-coding it.
2025-03-10 22:20:10 -07:00