Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
N
NIFTy
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards

Planned maintenance on Wednesday, 2021-01-20, 17:00-18:00. Expect some interruptions during that time

  • ift
  • NIFTy
  • Merge Requests
  • !375

Open
Opened Nov 18, 2019 by Lukas Platz@lplatzDeveloper
  • Report abuse
Report abuse

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b "projection_operators_maxim" "origin/projection_operators_maxim"

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "NIFTy_6"
git merge --no-ff "projection_operators_maxim"

Step 4. Push the result of the merge to GitLab

git push origin "NIFTy_6"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

WIP: Projection Operators by Maxim

  • Overview 0
  • Commits 6
  • Pipelines 2
  • Changes 2

Adding the two projection operators Maxim wrote for his master Thesis to NIFTy.

They project sections of spherical spaces onto RGSpaces of similar resolution, conserving different properties each.

Edited May 29, 2020 by Lukas Platz
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
Reference: ift/nifty!375
Source branch: projection_operators_maxim