Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CSIndicators CSIndicators
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • CSIndicatorsCSIndicators
  • Merge requests
  • !24

Update MergeRefToExp without ncores parameter deprecated in s2dv::InsertDim

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Eva Rifà requested to merge develop-MergeRefToExp_ncores into master Jun 14, 2022
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

Hi @nperez @aho, I've done the following update requested in the Issue #14 . Old call of InsertDim function:

data1 <- s2dv::InsertDim(data1, posdim = i, lendim = dim(data2)[i], 
                               name = names(dim(data2))[i], ncores = ncores)

New call (also done for data2):

data1 <- s2dv::InsertDim(data1, posdim = i, lendim = dim(data2)[i], 
                               name = names(dim(data2))[i])
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-MergeRefToExp_ncores