Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • mHM mHM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 52
    • Issues 52
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mhmmhm
  • mHMmHM
  • Merge requests
  • !46

The length in net_startup is only cut in case there are less then 2 lengths

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Maren Kaluza requested to merge kaluza/mhm:bugfix-percentile into develop Sep 14, 2020
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 1

When the network is setup for small river networks the mRM setup failed. The reason for that was that the cell distances were cut after the 60th percentile and set to a fix value. But for small setups the array has too few values. Now, when calling the percentile subroutine another if clause tests if there are enough values.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bugfix-percentile