Skip to content

[MISC] Always prefer decomposed solver on CUDA.#2833

Closed
duburcqa wants to merge 2 commits into
Genesis-Embodied-AI:mainfrom
duburcqa:prefer_decomposed_solver
Closed

[MISC] Always prefer decomposed solver on CUDA.#2833
duburcqa wants to merge 2 commits into
Genesis-Embodied-AI:mainfrom
duburcqa:prefer_decomposed_solver

Conversation

@duburcqa
Copy link
Copy Markdown
Collaborator

No description provided.

@duburcqa duburcqa requested a review from YilingQiao as a code owner May 26, 2026 06:17
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8d0d01322d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +30 to +34
warnings.filterwarnings(
"ignore",
category=RuntimeWarning,
message=r"(divide by zero|invalid value) encountered in (divide|scalar multiply)",
)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restrict warning suppression to trimesh module

This warnings.filterwarnings call is process-global and runs on every import genesis (via genesis/__init__.py), so it suppresses any RuntimeWarning matching these very common NumPy messages across the entire application, not just trimesh mass-properties code. That can hide real divide/invalid numerical issues in unrelated simulation or user code and reduce debuggability. Please scope the filter (for example with a module= constraint or a local catch_warnings block around the trimesh call site) so only the intended trimesh warning is silenced.

Useful? React with 👍 / 👎.

@github-actions
Copy link
Copy Markdown

ghost commented May 26, 2026

🔴 Benchmark Regression Detected ➡️ Report

@duburcqa duburcqa closed this May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant