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-python evalhyd-python
  • 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 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-pythonevalhyd-python
  • Merge requests
  • !2
An error occurred while fetching the assigned milestone of the selected merge_request.

release v0.1.1.0

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Thibault Hallouin requested to merge dev into main 1 year ago
  • Overview 0
  • Commits 8
  • Pipelines 2
  • Changes 9
Compare
  • version 1
    0bdaf326
    1 year ago

  • main (base)

and
  • latest version
    1ff0f2fd
    8 commits, 1 year ago

  • version 1
    0bdaf326
    6 commits, 1 year ago

9 files
+ 29
− 9

    Preferences

    File browser
    Compare changes
deps/evalhyd-cpp @ 1d815c68
Compare 5fd5811b...1d815c68
Subproject commit 5fd5811b75a849351002569dc196ea55aab906e0
Subproject commit 1d815c6808c61511864b38cee7d8b03be1187cb8
evalhyd/version.py
+ 1
− 1
  • View file @ 1ff0f2fd

  • Edit in single-file editor

  • Open in Web IDE

__version__ = '0.1.0.0'
__version__ = '0.1.1.0'
tests/expected/evalp/AWI.csv deleted 100644 → 0
+ 0
− 1
  • View file @ 955a7666

0.9821120161733,0.9880951944476
tests/expected/evalp/WSS.csv deleted 100644 → 0
+ 0
− 1
  • View file @ 955a7666

0.6621887740287,0.4360388849930
tests/test_probabilist.py
+ 2
− 2
  • View file @ 1ff0f2fd

  • Edit in single-file editor

  • Open in Web IDE


@@ -24,7 +24,7 @@ _all_metrics = (
# ranks-based
'RANK_HIST', 'DS', 'AS',
# intervals
'CR', 'AW', 'AWN', 'AWI', 'WS', 'WSS',
'CR', 'AW', 'AWN', 'WS',
# multivariate
'ES'
)
@@ -82,7 +82,7 @@ class TestMetrics(unittest.TestCase):
metric: (
numpy.genfromtxt(f"./expected/evalp/{metric}.csv", delimiter=',')
[numpy.newaxis, numpy.newaxis, numpy.newaxis, numpy.newaxis, ...]
) for metric in ('CR', 'AW', 'AWN', 'AWI', 'WS', 'WSS')
) for metric in ('CR', 'AW', 'AWN', 'WS')
}
expected_mvr = {
0 Assignees
None
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: dev

Menu

Explore Projects Groups Topics Snippets