Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYSTEMDS-3830] Add join operator to Scuro #2220

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

christinadionysio
Copy link
Contributor

This patch adds a new join operator to scuro. The join operation takes two modalities as well as a join condition as input and joins the two modalities on their common dimension (temporal for now). This includes two new modalities and the ability to apply new representations on top of a joined modality. In the future the join operator will also serve as a simple alignment operator by joining two modalities by a given offset.

Copy link

codecov bot commented Feb 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.38%. Comparing base (5ff6274) to head (81342aa).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2220      +/-   ##
============================================
- Coverage     72.38%   72.38%   -0.01%     
- Complexity    45381    45384       +3     
============================================
  Files          1468     1468              
  Lines        170802   170802              
  Branches      33306    33306              
============================================
- Hits         123634   123628       -6     
- Misses        37762    37767       +5     
- Partials       9406     9407       +1     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant