Skip to content

Conversation

@NiDimi
Copy link
Collaborator

@NiDimi NiDimi commented Feb 5, 2025

Added the check as defined in #4

@Fantoni0
Copy link
Collaborator

Fantoni0 commented Feb 7, 2025

The checkRelation is fine, but the test is failing because we are removing twice the first instance in the test for multiple folds. The code should be:

let firs_instance =  instances.remove(0);
let mut current_acc_wit = firs_instance.0;
let mut current_acc_inst = firs_instance.1;

@Fantoni0 Fantoni0 merged commit 069d0c1 into main Feb 7, 2025
9 checks passed
@NiDimi NiDimi deleted the feat/check_relationship branch February 7, 2025 10:35
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.

3 participants