Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CAiMIRA CAiMIRA
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CAiMIRACAiMIRA
  • CAiMIRACAiMIRA
  • Merge requests
  • !377

Draft: Terminal warnings control

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Luis Aleixo requested to merge feature/py_warnings into master Jul 27, 2022
  • Overview 17
  • Commits 6
  • Pipelines 9
  • Changes 2

This MR handles the warnings that were displayed on the terminal.

Steps:

  • ExpertApp: removed arguments that didn't exist on some widgets.
  • ExpertApp: suppressed deprecation warning related to the Tool Manager constructor.
  • Added dtype=object for a ndarray creation in the air_exchange method.
  • Restricted the tornado version to 6.1 due to deprecation errors.

With these changes there are no warnings being triggered.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/py_warnings