Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • evalhyd-cpp evalhyd-cpp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

En prévision de l'arrivée de la forge institutionnelle INRAE, nous vous invitons à créer vos nouveaux projets sur la forge MIA.

  • HYCAR-HydroHYCAR-Hydro
  • evalhydevalhyd
  • evalhyd-cppevalhyd-cpp
  • Merge requests
  • !8
An error occurred while fetching the assigned milestone of the selected merge_request.

Draft: Resolve "check the computation of the ranks for ties"

  • Review changes

  • Download
  • Patches
  • Plain diff
Open François Bourgin requested to merge 11-check-the-computation-of-the-ranks-for-ties into dev 8 months ago
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

Closes #11

Compare
  • dev (HEAD)

and
  • latest version
    c28df2ce
    1 commit, 8 months ago

1 file
+ 1
− 1

    Preferences

    File browser
    Compare changes
include/evalhyd/detail/probabilist/ranks.hpp
+ 1
− 1
  • View file @ 3d63fe14

  • Edit in single-file editor

  • Open in Web IDE


@@ -103,7 +103,7 @@ namespace evalhyd
xt::view(ranks, xt::all()) = xt::where(
!xt::isnan(min_ranks),
min_ranks
+ xt::round((max_ranks - max_ranks + 1)
+ xt::round((max_ranks - min_ranks + 1)
* xt::random::rand<double>(ranks.shape())),
ranks
);
Assignee
François Bourgin's avatar
François Bourgin
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 Participants
Reference:
Source branch: 11-check-the-computation-of-the-ranks-for-ties

Menu

Explore Projects Groups Topics Snippets