Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CSTools CSTools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • External
  • CSToolsCSTools
  • Merge requests
  • !109

Changed s2dv::MeanDims by multiApply(fun = mean) for not losing the dimnames

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Carlos Delgado Torres requested to merge develop-CalibrationRPC into master Jul 28, 2021
  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 1

Hi @nperez,

I have opened this merge request to fix a bug that arises because the name of the dimension is lost (when the output only has one dimension) when using the last version of s2dv::MeanDims().

I only changed MeanDims() by Apply(fun = mean) in two lines of Calibration(cal.method='rpc-based').

Please let me know if you think it makes sense to fix this bug in another way.

Thank you!

Carlos

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