Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • startR startR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • 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
  • Earth SciencesEarth Sciences
  • startRstartR
  • Merge requests
  • !148

Develop chunk depended dim

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged aho requested to merge develop-chunk_depended_dim into master Sep 06, 2021
  • Overview 0
  • Commits 3
  • Pipelines 1
  • Changes 3

Hi @nperez

This is the fix for issue #114 (closed). The problem was that when we chunk over the depended dimension (i.e., member in the issue), its depending dimension (i.e., version in the issue) was not chunked along. Therefore, when member is split into 2 chunks, the first chunk is r1i1p1f1 to r5i1p1f1 but the corresponding version is still for r1i1p1f1 to r10i1p1f1.

I also fix the missing line for issue #113 (closed) since it happens to be the same case as issue114. Please let me know if you have any questions. We can include this fix in the master branch if everything seems good to you.

Ps., this branch is based on develop-SplitStart2.

Cheers,
An-Chi

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-chunk_depended_dim