Skip to content
Snippets Groups Projects

Fix FiniteDifferenceStencilDerivation.rotate_weights_and_apply

Merged Stephan Seitz requested to merge seitz/pystencils:fix-rotate_weights_and_apply into master

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 by Stephan Seitz

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
Please register or sign in to reply