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

Remove annotations of objects that are removed in Flattened archetype #615

Merged
merged 5 commits into from
Aug 8, 2024

Conversation

VeraPrinsen
Copy link
Collaborator

In the Flattener, objects with zero occurrences are removed (when the configuration says to do so). But the annotations belonging to those objects are not removed yet, resulting in a VRANP error.

Also removing the annotations when removing the objects will fix this error.

@VeraPrinsen VeraPrinsen self-assigned this Jul 24, 2024
Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.91%. Comparing base (0f48e8e) to head (c936114).

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #615      +/-   ##
============================================
+ Coverage     71.88%   71.91%   +0.03%     
- Complexity     7043     7054      +11     
============================================
  Files           670      670              
  Lines         22989    23008      +19     
  Branches       3729     3733       +4     
============================================
+ Hits          16526    16547      +21     
  Misses         4717     4717              
+ Partials       1746     1744       -2     

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

@VeraPrinsen VeraPrinsen requested a review from MattijsK July 24, 2024 09:27
@VeraPrinsen VeraPrinsen merged commit 148b979 into master Aug 8, 2024
4 checks passed
@VeraPrinsen VeraPrinsen deleted the 613_remove_zero_occurrences_annotations branch August 8, 2024 09:16
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