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

Added minor fixes for ontoconvert #739

Merged
merged 6 commits into from
May 2, 2024
Merged

Added minor fixes for ontoconvert #739

merged 6 commits into from
May 2, 2024

Conversation

jesper-friis
Copy link
Collaborator

@jesper-friis jesper-friis commented Apr 3, 2024

Description

Minor fixes for ontoconvert option help.

Also included emmo:comment to the set of annotations included in the --copy-emmo-annotations option.

Note: Builds on top of PR #756. Merge that PR first!

Type of change

  • Bug fix.
  • New feature.
  • Documentation update.
  • Test update.

Checklist

This checklist can be used as a help for the reviewer.

  • Is the code easy to read and understand?
  • Are comments for humans to read, not computers to disregard?
  • Does a new feature has an accompanying new test (in the CI or unit testing schemes)?
  • Has the documentation been updated as necessary?
  • Does this close the issue?
  • Is the change limited to the issue?
  • Are errors handled for all outcomes?
  • Does the new feature provide new restrictions on dependencies, and if so is this documented?

Comments

@jesper-friis jesper-friis mentioned this pull request Apr 12, 2024
15 tasks
@francescalb
Copy link
Collaborator

This fails because source annotation does not exist in the ontology and therfore copy_annotation cannot find it.

If it does not exist in the ontology, it obviously is not used and it therefore does not make sense to proceed with copying these annotations.

Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.11%. Comparing base (f769bcb) to head (0e7f859).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #739      +/-   ##
==========================================
- Coverage   72.14%   72.11%   -0.03%     
==========================================
  Files          17       17              
  Lines        3486     3486              
==========================================
- Hits         2515     2514       -1     
- Misses        971      972       +1     

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

@francescalb francescalb merged commit 67b9047 into master May 2, 2024
11 of 12 checks passed
@francescalb francescalb deleted the ontoconvert-fixes branch May 2, 2024 07:55
francescalb added a commit that referenced this pull request May 8, 2024
# Description
Minor fixes for ontoconvert option help. 

Also included `emmo:comment` to the set of annotations included in the
`--copy-emmo-annotations` option.

**Note**: Builds on top of PR
#756. Merge that PR first!

## Type of change
- [x] Bug fix.
- [ ] New feature.
- [ ] Documentation update.
- [ ] Test update.

## Checklist
<!-- Put an `x` in the boxes that apply. You can also fill these out
after creating the PR. -->

This checklist can be used as a help for the reviewer.

- [ ] Is the code easy to read and understand?
- [ ] Are comments for humans to read, not computers to disregard?
- [ ] Does a new feature has an accompanying new test (in the CI or unit
testing schemes)?
- [ ] Has the documentation been updated as necessary?
- [ ] Does this close the issue?
- [ ] Is the change limited to the issue?
- [ ] Are errors handled for all outcomes?
- [ ] Does the new feature provide new restrictions on dependencies, and
if so is this documented?

## Comments
<!-- Additional comments here, including clarifications on checklist if
applicable. -->

---------

Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>
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