Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • kwant kwant
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 144
    • Issues 144
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • 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
  • kwantkwant
  • kwantkwant
  • Merge requests
  • !397

Fix Numpy-related deprecation warnings

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Viacheslav Ostroukh requested to merge fix/ndarray_deprecation_warnings into stable Jun 21, 2021
  • Overview 0
  • Commits 2
  • Pipelines 4
  • Changes 4

In several places of code, Numpy arrays are created from lists of arrays with mismatched shape. This is a deprecated behaviour and will be a failure in future. This MR aligns the shape, so that warnings are not emitted.

Part of this MR is a fixer for master by @anton-akhmerov

Edited Jun 22, 2021 by Viacheslav Ostroukh
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/ndarray_deprecation_warnings