Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • ketosketos
  • Merge requests
  • !192

Merged
Created Mar 02, 2021 by Oliver Kirsebom@kirsebomOwner

WIP : audio.utils.filter - BUG - replaced is with == in reduce_tonal_noise

  • Overview 4
  • Commits 4
  • Pipelines 3
  • Changes 3

This merge request introduces two bug fixes. The second one is an important one.

  1. In the reduce_tonal_noise function in the audio.utils.filter module, I have replaced is with == for checking equality of strings.

  2. In the group_detections function in the neural_networks.detection module, I have fixed a bug which was causing detections placed at the end of a batch to be dropped.

OBS: Remember to update changelog before accepting changes

Edited Mar 23, 2021 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bug_fix_filter