Skip to content

Commit

Permalink
enable archetypes/points3d_partial_updates snippet comparision for C++
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jan 22, 2025
1 parent 647e47d commit 549d4b6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/snippets/snippets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ quick_start = [ # These examples don't have exactly the same implementation.
"py",
"rust",
]
"archetypes/mesh3d_partial_updates" = [
"archetypes/mesh3d_partial_updates" = [ # TODO(andreas): use new partial update api
"cpp",
"py",
"rust",
Expand All @@ -221,11 +221,8 @@ quick_start = [ # These examples don't have exactly the same implementation.
"py",
"rust",
]
"archetypes/points3d_partial_updates" = [ # TODO(cmc): revert once C++ has tagged partial updates
"cpp",
]
"archetypes/points3d_send_columns" = [
"py", # TODO(#8752): needs tagged columnar APIs
"py", # TODO(#8752): needs tagged columnar APIs
"cpp", # TODO(#8754): needs tagged columnar APIs
]
"archetypes/points3d_random" = [ # TODO(#3206): examples use different RNGs
Expand All @@ -237,7 +234,7 @@ quick_start = [ # These examples don't have exactly the same implementation.
"cpp",
]
"archetypes/scalar_send_columns" = [
"py", # TODO(#8752): needs tagged columnar APIs
"py", # TODO(#8752): needs tagged columnar APIs
"cpp", # TODO(#8754): needs tagged columnar APIs
]
"archetypes/tensor_simple" = [ # TODO(#3206): examples use different RNGs
Expand Down

0 comments on commit 549d4b6

Please sign in to comment.