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

feat(classification): resurrect cd member inference #1302

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

cmark
Copy link
Member

@cmark cmark commented Jun 26, 2024

Older systems with member based concrete domain support (via the concreteDomainSupport configuration setting) should be able to keep their inferred concrete data values in cd members (as opposed to moving them to the new relationship value model which has limited support for data types).

NOTE: Test cases will arrive in a separate PR.

https://snowowl.atlassian.net/browse/SO-6164

Older systems with member based concrete domain support (via the
concreteDomainSupport configuration setting) should be able to keep
their inferred concrete data values in cd members (as opposed to moving
them to the new relationship value model which has limited support for
data types).
@cmark cmark requested review from apeteri and nagyo June 26, 2024 10:37
@cmark cmark self-assigned this Jun 26, 2024
Copy link
Member

@apeteri apeteri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link

codecov bot commented Jun 26, 2024

Codecov Report

Attention: Patch coverage is 5.35714% with 53 lines in your changes missing coverage. Please review.

Project coverage is 48.45%. Comparing base (f049071) to head (21f5492).

Current head 21f5492 differs from pull request most recent head d361821

Please upload reports for the commit d361821 to get more accurate results.

Files Patch % Lines
...ormalform/NormalFormConcreteDomainMemberValue.java 0.00% 30 Missing ⚠️
...nomed/reasoner/normalform/NormalFormGenerator.java 11.11% 15 Missing and 1 partial ⚠️
...owowl/snomed/datastore/ConcreteDomainFragment.java 0.00% 7 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                9.x    #1302      +/-   ##
============================================
- Coverage     48.47%   48.45%   -0.03%     
  Complexity    14027    14027              
============================================
  Files          1948     1949       +1     
  Lines         95292    95343      +51     
  Branches      11011    11020       +9     
============================================
+ Hits          46194    46197       +3     
- Misses        46063    46110      +47     
- Partials       3035     3036       +1     

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

Copy link
Member

@nagyo nagyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@cmark cmark merged commit 1abea87 into 9.x Jun 26, 2024
2 checks passed
@cmark cmark deleted the issue/support-cd-member-inference branch June 26, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants