Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • 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
  • !130

Fix bug related to ParallelDataHandling

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Stephan Seitz requested to merge seitz/pystencils:fix-ParallelDataHandling-bug! into master Jan 17, 2020
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1
    def to_gpu(gpu_version, cpu_version):
        gpu_version = gpu_version.boundary_object_to_index_list
        cpu_version = cpu_version.boundary_object_to_index_list

>       if isinstance(self.data_handling, ParallelDataHandling):
E       TypeError: isinstance() arg 2 must be a type or tuple of types

../pystencils/pystencils/boundaries/boundaryhandling.py:102: TypeError

None is not a type! ParallelDataHandling is None if waLBerla is not installed

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-ParallelDataHandling-bug!