Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • airGR airGR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 64
    • Issues 64
    • List
    • Boards
    • Service Desk
    • Milestones
  • Redmine
    • Redmine
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container 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

La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous recommandons d'y créer tous vos nouveaux projets.

  • HYCAR-HydroHYCAR-Hydro
  • airGRairGR
  • Issues
  • #69
Closed
Open
Issue created Nov 21, 2020 by Dorchies David@david.dorchiesDeveloper

Regression tests are not functionning

The commit 87be8b19 modify the variable OutputsModel produced by RunModel_GR1A. Consequently the regression test should have failed on the comparison of this variable with the result produced by airGR currently published on CRAN.

The tests didn't detect anything.

The variables stored during the job "regression_test" on Gitlab CI (available at https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/jobs/130833/artifacts/download) show that there is a difference between the two variables:

OMref <- readRDS("C:/DocDD/tmp/ref/RunModel_GR1A/OutputsModel.rds")
> OMpatched <- readRDS("C:/DocDD/tmp/patched/RunModel_GR1A/OutputsModel.rds")
> identical(OMref, OMpatched)
[1] FALSE

So maybe the regression are not executed during the check_not_cran job as it is initially planned.

Edited Nov 21, 2020 by Dorchies David
Assignee
Assign to
Time tracking