Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • pystencils pystencils
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • 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
  • pycodegen
  • pystencilspystencils
  • Merge requests
  • !128

Fix FiniteDifferenceStencilDerivation.rotate_weights_and_apply

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Stephan Seitz requested to merge seitz/pystencils:fix-rotate_weights_and_apply into master Jan 16, 2020
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Recent Numpy version do not support conversion from arbitrary iterables if they have the attribute shape. The FiniteDifferncesNotebook fails on my machine since to shape (3,3,3) and sequence of length 27 don't fit together.

I guess that recent Numpy will deprecated construction from arbitray sequences (only list and tuple, and objects with __array__ are allowed).

Edited Jan 16, 2020 by Stephan Seitz
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-rotate_weights_and_apply