Skip to content

Conversation

@gausshj
Copy link
Collaborator

@gausshj gausshj commented Nov 4, 2025

  • 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
Copy link

codecov bot commented Nov 4, 2025

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.

2 participants