View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010471ParaViewBugpublic2010-03-26 15:452016-08-12 09:58
ReporterDave DeMarle 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionDevelopment 
Target VersionFixed in Version 
Summary0010471: py wrapping of UpdatePipeline(0.0) results in UpdatePipeline()
DescriptionSomething 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

TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0037801)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2010-03-26 15:45 Dave DeMarle New Issue
2016-08-12 09:58 Kitware Robot Note Added: 0037801
2016-08-12 09:58 Kitware Robot Status expired => closed
2016-08-12 09:58 Kitware Robot Resolution open => moved
2016-08-12 09:58 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team