cinemascience / pycinema

cinema engine toolkit
Other
1 stars 4 forks source link

CinemaExplorer: inserting TableQuery before ParallelCoordinatesView results in mangled ParallelCoordinatesView #85

Closed dhrogers closed 9 months ago

dhrogers commented 10 months ago

To reproduce:

  1. 'cinema explorer data/sphere.cdb'
  2. split the ImageView and select 'Node Editor'
  3. select 'CinemaDatabaseReader_0' in the NodeEditorView
  4. from Menu, select Edit->Add filter ... and add a TableQuery filter
  5. ParallelCoordinatesView_0 will show garbage results, even though the result of the TableQuery is exactly the same as the output of the CinemaDatabaseReader (see image below)

Screen Shot 2023-10-24 at 9 30 01 AM

dhrogers commented 9 months ago

Verified fix in 'dev' branch