Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N NIFTy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ift
  • NIFTy
  • Merge requests
  • !66

Martin's monster merge part 3/N: rework tests to avoid npz files

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Reinecke requested to merge mmm3 into master Apr 20, 2017
  • Overview 0
  • Commits 5
  • Pipelines 3
  • Changes 17

This removes the .npz files and their generating code from the repository and simply generates the test data on the fly.

NOTE: In test_gl_space.py, I had to mark the weight tests as "expected failures", since the new tests already check for the correct weights, whereas Nifty still computes incorrect weights due to the bugs in libsharp_wrapper. This will be fixed in subsequent merge requests.

To be reviewed/applied after parts 1 and 2.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mmm3