MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010471 | ParaView | Bug | public | 2010-03-26 15:45 | 2016-08-12 09:58 |
| Reporter | Dave DeMarle | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | Development | ||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Topic Name | |||||
| Type | |||||
| Summary | 0010471: py wrapping of UpdatePipeline(0.0) results in UpdatePipeline() | ||||
| Description | 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 | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||