emmo-repo / EMMOntoPy

Library for representing and working with ontologies in Python
https://emmo-repo.github.io/EMMOntoPy
BSD 3-Clause "New" or "Revised" License
40 stars 9 forks source link

Updated ontoconvert help #715

Closed jesper-friis closed 7 months ago

jesper-friis commented 8 months ago

Description

Seems that the --base-iri option of ontoconvert is not implemented. Added a note about that in the --help documentation.

This option is used in some EMMO workflows, so we keep it to not break them.

This is a place where we really should have added a "TODO" comment in the code - but pylint doesn't accept that.

Type of change

Checklist

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

Comments

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f7431f3) 71.79% compared to head (dd57c8a) 71.82%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #715 +/- ## ========================================== + Coverage 71.79% 71.82% +0.02% ========================================== Files 16 16 Lines 3429 3429 ========================================== + Hits 2462 2463 +1 + Misses 967 966 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.