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

Proper cost function #68

Merged
merged 5 commits into from
Jan 27, 2023
Merged

Proper cost function #68

merged 5 commits into from
Jan 27, 2023

Conversation

jesper-friis
Copy link
Contributor

This PR builds on top of PR #67

It makes the cost function independent of any data, such that the costs can be calculated purely from the triplestore (from which data may be accessed). This is needed by OntoFlow.

of the mapping step and the triplestore itself.
@jesper-friis jesper-friis marked this pull request as draft January 25, 2023 20:31
@codecov-commenter
Copy link

codecov-commenter commented Jan 25, 2023

Codecov Report

Base: 67.07% // Head: 67.07% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (fe20c00) compared to base (13c64ee).
Patch coverage: 41.66% of modified lines in pull request are covered.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
- Coverage   67.07%   67.07%   -0.01%     
==========================================
  Files          14       14              
  Lines        1063     1066       +3     
==========================================
+ Hits          713      715       +2     
- Misses        350      351       +1     
Impacted Files Coverage Δ
tripper/mappings/mappings.py 48.36% <41.66%> (+0.20%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jesper-friis jesper-friis marked this pull request as ready for review January 26, 2023 15:21
Copy link
Contributor

@quaat quaat left a comment

Choose a reason for hiding this comment

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

Looks ok. Just remove commented out code and merge

tripper/mappings/mappings.py Outdated Show resolved Hide resolved
tripper/mappings/mappings.py Outdated Show resolved Hide resolved
@jesper-friis jesper-friis merged commit a676c26 into main Jan 27, 2023
@jesper-friis jesper-friis deleted the proper-cost-function branch January 27, 2023 16:34
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