Skip to content

fix(exponential): fix exponential processing logic - #78

Merged
gausshj merged 1 commit into
feature/simple-updatefrom
fix/exponential-processing-logic
Nov 4, 2025
Merged

fix(exponential): fix exponential processing logic#78
gausshj merged 1 commit into
feature/simple-updatefrom
fix/exponential-processing-logic

Conversation

@gausshj

@gausshj gausshj commented Nov 4, 2025

Copy link
Copy Markdown
Collaborator
  • Modify the _group_edges function to support input of type tuple[tuple[int, ...], tuple[int, ...]]
  • Fix exponentiation logic; input parameters pairs must be of type tuple[tuple[int, ...], tuple[int, ...]]
  • Add new function _check_pairs_coverage to check the coverage of parameters pairs; ensuring that input parameter pairs cover all dimension and non-overlapping

@codecov

codecov Bot commented Nov 4, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

- Modify the `_group_edges` function to support input of type `tuple[tuple[int, ...],
  tuple[int, ...]]`
- Fix exponentiation logic; input parameters pairs must be
  of type `tuple[tuple[int, ...], tuple[int, ...]]`
- Add new function `_check_pairs_coverage` to check the coverage of parameters pairs;
  ensuring that input parameter pairs cover all dimension and non-overlapping
@gausshj
gausshj force-pushed the fix/exponential-processing-logic branch from 9edb1ae to ff013d1 Compare November 4, 2025 16:57
@gausshj
gausshj merged commit 74c5fab into feature/simple-update Nov 4, 2025
31 checks passed
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