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 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • 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
  • !9

Resolve "evaluation of quantiles prediction"

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged François Bourgin requested to merge 12-evaluation-of-quantiles-prediction into dev 2 months ago
  • Overview 1
  • Commits 31
  • Pipelines 29
  • Changes 1

Closes #12 (closed)

Viewing commit d1b87524
Prev Next
Show latest version
1 file
+ 7
− 2

    Preferences

    File browser
    Compare changes
  • d1b87524
    Thibault Hallouin
    add trivial getter method for q_lvl to be consistent with other ones · d1b87524
    Thibault Hallouin authored 1 month ago
include/evalhyd/detail/probabilist/evaluator.hpp
+ 7
− 2
  • View file @ d1b87524

  • Edit in single-file editor

  • Open in Web IDE


@@ -158,6 +158,11 @@ namespace evalhyd
}
}
auto get_q_lvl()
{
return _q_lvl;
}
bool is_high_flow_event()
{
if (_events.has_value())
@@ -337,7 +342,7 @@ namespace evalhyd
if (!itv_bnds.has_value())
{
itv_bnds = elements::calc_itv_bnds(
q_prd, get_c_lvl(), _q_lvl,
q_prd, get_c_lvl(), get_q_lvl(),
n_sit, n_ldt, n_itv, n_tim
);
}
@@ -394,7 +399,7 @@ namespace evalhyd
if (!qs.has_value())
{
qs = intermediate::calc_qs(
q_obs, get_q_qnt(), n_mbr, _q_lvl
q_obs, get_q_qnt(), n_mbr, get_q_lvl()
);
}
return qs.value();
Assignee
François Bourgin's avatar
François Bourgin
Assign to
Reviewer
Thibault Hallouin's avatar
Thibault Hallouin
Request review from
Labels
1
ENHANCEMENT
1
ENHANCEMENT
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
2
2 Participants
Thibault Hallouin
François Bourgin
Reference: HYCAR-Hydro/evalhyd/evalhyd-cpp!9
Source branch: 12-evaluation-of-quantiles-prediction

Menu

Explore Projects Groups Topics Snippets