Skip to content

Fix forced-orbit stabilization in AutomGrpSR - #6542

Merged
fingolfin merged 1 commit into
masterfrom
mh/fix-autsr-forced-orbits
Aug 31, 2026
Merged

Fix forced-orbit stabilization in AutomGrpSR#6542
fingolfin merged 1 commit into
masterfrom
mh/fix-autsr-forced-orbits

Conversation

@fingolfin

Copy link
Copy Markdown
Member

When a someCharacteristics orbit pair lies in two orbits of the acting automorphism group, the code appended the orbit of the first subgroup a second time instead of the orbit of the second one. The position of the second subgroup thus stayed fail, and the duplicated orbit list broke the subsequent action homomorphism ("Action not well-defined").

The hook is reached via PatheticIsomorphism, which passes pairs of matched characteristic subgroups as orbits; for non-isomorphic groups such a pair need not lie in a single orbit. Found while investigating issue #6537, but independent of it.

Co-authored-by: Claude Fable 5 noreply@anthropic.com

When a someCharacteristics orbit pair lies in two orbits of the acting
automorphism group, the code appended the orbit of the first subgroup a
second time instead of the orbit of the second one. The position of the
second subgroup thus stayed `fail`, and the duplicated orbit list broke
the subsequent action homomorphism ("Action not well-defined").

The hook is reached via PatheticIsomorphism, which passes pairs of
matched characteristic subgroups as orbits; for non-isomorphic groups
such a pair need not lie in a single orbit. Found while investigating
issue #6537, but independent of it.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@fingolfin
fingolfin requested a review from hulpke August 29, 2026 19:40
@fingolfin fingolfin added kind: bug Issues describing general bugs, and PRs fixing them kind: bug: unexpected error Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them topic: library release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes labels Aug 29, 2026
@codecov

codecov Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.98%. Comparing base (989cc35) to head (098cc5c).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6542   +/-   ##
=======================================
  Coverage   78.98%   78.98%           
=======================================
  Files         684      684           
  Lines      294205   294205           
  Branches     8647     8647           
=======================================
+ Hits       232369   232370    +1     
+ Misses      60028    60027    -1     
  Partials     1808     1808           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hulpke hulpke left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yes, this is indeed what was needed here, unclear why the wrongly copied index never showed up in any test.

@fingolfin
fingolfin merged commit 66fd147 into master Aug 31, 2026
33 checks passed
@fingolfin
fingolfin deleted the mh/fix-autsr-forced-orbits branch August 31, 2026 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind: bug: unexpected error Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them kind: bug Issues describing general bugs, and PRs fixing them release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants