Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P pyod
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 144
    • Issues 144
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • 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
  • Yue Zhao
  • pyod
  • Merge requests
  • !173

fixed SOD bug due to a typo

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Yahya requested to merge github/fork/John-Almardeny/Fix_SOD_Bug into development Mar 21, 2020
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

I found a bug in SOD, the data type of one of the lists was set to int16 causing overflow for large datasets. Changing it into int32 fixed the problem fully.

Please merge into master as soon as possible to avoid any confusion to the users because the bug was hidden and not throwing any error.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/John-Almardeny/Fix_SOD_Bug