Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,960
    • Issues 1,960
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 98
    • Merge requests 98
  • 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
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #19171
Closed
Open
Issue created Jul 09, 2019 by W. Alan Scott@wascottMaintainer

Find Data, remote server, fails

We have a failure finding a cell in Exodus with Find Data. Just to be sure I get this one, I will include steps below to find the cell to find.

  • 5.7.0-RC1, Linux, remote server (16 ranks).
  • Load Watney's 144 file .exo dataset. All variables on. Apply.
  • Hover Cells On. Now, hover over the middle of the green (cylindrical) section. Find a globalNodeId. Write it down. I found 12646.
  • Turn off Hover Cells On.
  • Find Data. Cells. From Watney's data. GlobalElementId. Is. 12646 (or whatever you found above).
  • Run Selection Query.

We get the following, with nothing selected.

Warning: In /snip/ParaViewCore/ClientServerCore/Core/vtkPythonSelector.cxx, line 76 
  vtkPythonSelector (0x35b2790): Could not invoke 'python_selector.execute()'

Traceback (most recent call last):
  File "/snip/lib/python2.7/site-packages/paraview/detail/python_selector.py", line 105, in execute
    insidedness = numpy_support.numpy_to_vtk(array, deep=1, array_type=vtkConstants.VTK_SIGNED_CHAR)
  File "/snip/lib/python2.7/site-packages/vtkmodules/util/numpy_support.py", line 170, in numpy_to_vtk
    z_flat = numpy.ravel(z).astype(arr_dtype)
ValueError: setting an array element with a sequence.
Warning: In /snip/ParaViewCore/ClientServerCore/Core/vtkPythonSelector.cxx, line 76
vtkPythonSelector (0x2c17620): Could not invoke 'python_selector.execute()'

Traceback (most recent call last):
  File "/snip/lib/python2.7/site-packages/paraview/detail/python_selector.py", line 105, in execute
    insidedness = numpy_support.numpy_to_vtk(array, deep=1, array_type=vtkConstants.VTK_SIGNED_CHAR)
  File "/snip/lib/python2.7/site-packages/vtkmodules/util/numpy_support.py", line 170, in numpy_to_vtk
    z_flat = numpy.ravel(z).astype(arr_dtype)
ValueError: setting an array element with a sequence.

I'm marking as a showstopper for 5.7, however, for my needs, we can slip until immediately after the release. Then, I will use a master build.

This is a Watney bug.

Edited Jul 09, 2019 by W. Alan Scott
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking