Skip to content

Commit

Permalink
fix snippet output comparison issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jul 16, 2024
1 parent 011ffbf commit 6608614
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/snippets/snippets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ quick_start = [ # These examples don't have exactly the same implementation.
"py",
"rust",
]
"archetypes/transform3d_axis" = [ # Degree to radian conversion is slightly different.
"cpp",
"py",
"rust",
]
"archetypes/transform3d_hierarchy" = [ # Uses a lot of trigonometry which is surprisingly easy to get the same on Rust & C++, but not on Python/Numpy
"py",
]
Expand Down

0 comments on commit 6608614

Please sign in to comment.