Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CAiMIRACAiMIRA
  • CAiMIRACAiMIRA
  • Merge requests
  • !427

Modified method to update plot lines on expert app

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Luis Aleixo requested to merge feature/expert_artist_bug into master Feb 14, 2023
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Due to a new Matplotlib release, the pipeline was failing with a test on the expert app. The method to update the plots for the comparison, using ax.lines.clear() is deprecated, and remove() should be used instead. This MR fixes this error.

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