Skip to content
Snippets Groups Projects
Commit 6fad8fe7 authored by Dan Lipsa's avatar Dan Lipsa
Browse files

ENH: TestChangeInformation does not print error message.

vtkImageChangeInformation has both its inputs set using SetInputConnection
and SetInformationInputData. However, the first time the pipeline is run
the data object for the second connection is empty.
The error messages were:
ERROR: In /home/danlipsa/src/VTK/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.cxx, line 857
vtkStreamingDemandDrivenPipeline (0x2817f00): The update extent specified in the information for output port 0 on algorithm vtkTrivialProducer(0x2817a50) is 0 255 0 255 0 0, which is outside the whole extent 0 -1 0 -1 0 -1.

ERROR: In /home/danlipsa/src/VTK/Common/ExecutionModel/vtkTrivialProducer.cxx, line 264
vtkTrivialProducer (0x2817a50): This data object does not contain the requested extent.
parent b0691ec1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment