You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pt/dp): add distance init for DPA3 edge feat (#4760)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Introduced a configurable option to initialize edge features using
direct distance (`r`) instead of reciprocal (`1/r`) across DPA3
descriptors.
- The new parameter `edge_init_use_dist` is available in configuration
schemas, function arguments, and test parameterizations, allowing
flexible control over edge feature initialization.
- **Bug Fixes**
- Updated test logic to conditionally skip unsupported configurations
when the new initialization option is enabled, ensuring robust testing
across backends.
- **Tests**
- Enhanced test coverage to validate behavior with the new edge
initialization method.
- Expanded parameterization to include both `True` and `False` options
for `edge_init_use_dist`, improving test comprehensiveness.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: Duo <50307526+iProzd@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments