Skip to content

fix: normalize H-polytope constraints in max_inscribed_ball#470

Open
Akash504-ai wants to merge 2 commits intoGeomScale:developfrom
Akash504-ai:fix-max-inscribed-ball-normalization
Open

fix: normalize H-polytope constraints in max_inscribed_ball#470
Akash504-ai wants to merge 2 commits intoGeomScale:developfrom
Akash504-ai:fix-max-inscribed-ball-normalization

Conversation

@Akash504-ai
Copy link
Copy Markdown
Contributor

Hi @vissarion,

I’ve opened a PR that normalizes the H-polytope constraints inside max_inscribed_ball(), following the discussion in this issue.
Due to memory limitations on my machine, I was not able to complete the full test build locally. It would be great if you could review the changes and confirm that the tests pass on your side.

Closes #366

@Akash504-ai Akash504-ai force-pushed the fix-max-inscribed-ball-normalization branch 2 times, most recently from f767fa3 to 19cd2f2 Compare March 5, 2026 07:30
Copy link
Copy Markdown
Member

@vissarion vissarion left a comment

Choose a reason for hiding this comment

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

Thanks for this PR.

Could you please remove all changes unrelated to this fix, so the review and the commits are clean.

Also some tests seems to be broken in this branch (including test_max_ball_sparse).

@Akash504-ai Akash504-ai force-pushed the fix-max-inscribed-ball-normalization branch from 19cd2f2 to 2236d6b Compare March 30, 2026 09:46
@Akash504-ai
Copy link
Copy Markdown
Contributor Author

Thanks for the feedback! Actually the extra changes in the previous PR were due to formatting applied after implementing the fix that's why you are seeing many changes.
Now I have cleaned up the branch and restored the PR to include only the relevant normalization changes.

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.

address a failed test of inner ball

2 participants