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 run ROBOT mesure on full ontology #135

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    363f9d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    02f59c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd11739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b5dac8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fbab31 View commit details
    Browse the repository at this point in the history
  5. Add missing type annotation for robot_opts

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    anitacaron and coderabbitai[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cb901dd View commit details
    Browse the repository at this point in the history
  6. Make make_base a keyword-only argument

    The boolean positional argument make_base can lead to unclear function calls, as it's not immediately apparent what the boolean value represents.
    anitacaron committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fb2bc61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    959c322 View commit details
    Browse the repository at this point in the history
  8. Use logging.exception for enhanced error reporting

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    anitacaron and coderabbitai[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    eeab021 View commit details
    Browse the repository at this point in the history
  9. Remove redundant exception argument in logging.exception

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    anitacaron and coderabbitai[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d37bf34 View commit details
    Browse the repository at this point in the history