From 7493b564f2db2a7efa7be88140a76d51707f3e12 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Tue, 16 Jul 2024 17:49:24 +0200 Subject: [PATCH] fix snippet output comparison issue --- docs/snippets/snippets.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/snippets/snippets.toml b/docs/snippets/snippets.toml index 584932851708a..9a609f37c8184 100644 --- a/docs/snippets/snippets.toml +++ b/docs/snippets/snippets.toml @@ -135,6 +135,11 @@ quick_start = [ # These examples don't have exactly the same implementation. "py", "rust", ] +"archetypes/transform3d_axes" = [ # 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", ]