Uh oh!
There was an error while loading. Please reload this page.
decompose affine into simpler transformations - #327
Conversation
Please check the docstring of the |
LucaMarconato
commented
Jul 25, 2023
I added some tests, but at each run the function is also doing some additional lightweight checks before returning, so if there are bugs we catch them. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@## main #327 +/- ##
==========================================
- Coverage 91.42% 90.69% -0.73%
==========================================
Files 36 36 Lines 4849 4740 -109 ==========================================
- Hits 4433 4299 -134 - Misses 416 441 +25
|
Please also have a look at the much simpler |
LucaMarconato
commented
Jul 28, 2023
@timtreis I made some changes, I added the parameter |
LucaMarconato
commented
Oct 28, 2023
Other PR have more priorities for code review. Gonna merge since the PR is thoroughly tested and since I am going to test it manually again when refactoring the transformations using this code. CC @kevinyamauchi@giovp |
Helper function for @timtreis as asked in #314.