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,961
    • Issues 1,961
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • 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
  • #20846
Closed
Open
Issue created Jul 19, 2021 by Christopher M. Biwer@cmbiwer

Using servermanager.Fetch after some threshold settings has no data

It seems when trying to access the data:

src = GetActiveSource()
data = servermanager.Fetch(src)
data.GetPointData().GetNumberOfArrays()

That for some threshold filter settings there is no accessible data from servermanager.

For example, here's the wavelet source and I show in the Python shell window trying to access the data. This works as expected, I see that there is 1 array: wavelet_threshold_0

However, if I change the range and repeat, there is no data. It seems to only be for some data ranges on other data sets I am looking at. Though clearly it is rendering some data in the Render view: wavelet_threshold_1

Perhaps I am not accessing the VTK array data in the preferred manner? It seems to work as expected in 5.8.1.

@patchett2002 @ethan.stam @dhr

Edited Jul 19, 2021 by Christopher M. Biwer
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking