simphony / simphony-mayavi

The mayavi adapters to the simphony framework
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

VTK Error for test_load_blowGeom_vtk and test_load_vtk_vtk #112

Open kitchoi opened 8 years ago

kitchoi commented 8 years ago

First occurrence of these two errors in build: https://travis-ci.org/simphony/simphony-mayavi/jobs/76682346 and have persisted as of today.

test_load_blowGeom_vtk (simphony_mayavi.tests.test_load.TestLoad) ... ERROR: In /build/buildd/vtk-5.8.0/Graphics/vtkAssignAttribute.cxx, line 275
vtkAssignAttribute (0xac66660): Data must be point or cell for vtkDataSet

ERROR: In /build/buildd/vtk-5.8.0/Filtering/vtkExecutive.cxx, line 756
vtkStreamingDemandDrivenPipeline (0xac8e6e0): Algorithm vtkAssignAttribute(0xac66660) returned failure for request: vtkInformation (0xa5721c0)
  Debug: Off
  Modified Time: 1073826
  Reference Count: 1
  Registered Events: (none)
  Request: REQUEST_DATA
  ALGORITHM_AFTER_FORWARD: 1
  FORWARD_DIRECTION: 0
  FROM_OUTPUT_PORT: 0

ok

test_load_vtk_vtk (simphony_mayavi.tests.test_load.TestLoad) ... ERROR: In /build/buildd/vtk-5.8.0/Graphics/vtkAssignAttribute.cxx, line 275
vtkAssignAttribute (0xac66660): Data must be point or cell for vtkDataSet

ERROR: In /build/buildd/vtk-5.8.0/Filtering/vtkExecutive.cxx, line 756
vtkStreamingDemandDrivenPipeline (0xa9675a0): Algorithm vtkAssignAttribute(0xac66660) returned failure for request: vtkInformation (0xa571430)
  Debug: Off
  Modified Time: 1074970
  Reference Count: 1
  Registered Events: (none)
  Request: REQUEST_DATA
  ALGORITHM_AFTER_FORWARD: 1
  FORWARD_DIRECTION: 0
  FROM_OUTPUT_PORT: 0

ok
stefanoborini commented 8 years ago

Taking this one.

stefanoborini commented 8 years ago

bug in mayavi. Submitting PR.

stefanoborini commented 8 years ago

Pull request https://github.com/enthought/mayavi/pull/315 seems to fix

stefanoborini commented 8 years ago

PR merged, but leaving the bug open. We need another release of mayavi to close the bug.

stefanoborini commented 7 years ago

Technically closed, but we can't upgrade yet because of 4.5.0 issue with another test. Closing.

itziakos commented 7 years ago

Please keep the issue open until mayavi 4.5.0 is officially supported