MantisBT - ParaView
View Issue Details
0010471ParaViewBugpublic2010-03-26 15:452016-08-12 09:58
Dave DeMarle 
Kitware Robot 
normalminoralways
closedmoved 
Development 
 
0010471: py wrapping of UpdatePipeline(0.0) results in UpdatePipeline()
Something is wrong in the python wrapping of SMSourceProxy::UpdatePipeline(double 0.0), which makes it call SMSourceProxy::UpdatePipeline() instead. The two are not equivalent and some readers will produce the wrong result because of it.

>>> from paraview.simple import *
paraview version 3.7.0, Date: 2010-03-25
>>> ts = TimeSource()
>>> ts.UpdatePipeline(0.0)

In the resulting execution of vtkTimeSourceExample::RequestData(), there is no time requested, which (for other time varying sources) is not the same thing as requesting t=0.0

No tags attached.
Issue History
2010-03-26 15:45Dave DeMarleNew Issue
2016-08-12 09:58Kitware RobotNote Added: 0037801
2016-08-12 09:58Kitware RobotStatusexpired => closed
2016-08-12 09:58Kitware RobotResolutionopen => moved
2016-08-12 09:58Kitware RobotAssigned To => Kitware Robot

Notes
(0037801)
Kitware Robot   
2016-08-12 09:58   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.