Good Afternoon, <br><br>I produce a dataset with timestep, looking at <a href="http://www.vtk.org/Wiki/Here_are_some_more_examples_of_simple_ParaView_3_python_filters">http://www.vtk.org/Wiki/Here_are_some_more_examples_of_simple_ParaView_3_python_filters</a>.<br>

It works well, but at the first time I use my Reader, just after having launched Paraview, it displays me this message : <br><div style="margin-left: 40px;">modpython:25: DeprecationWarning: integer argument expected, got float<br>

</div><br>It looks like this is because of the line : <br><div style="margin-left: 40px;">pdo.GetInformation().Append(pdo.DATA_TIME_STEPS(), pyturbo.GetUpdateTimeSteps(self)[0])<br></div>where the function GetUpdateTimeSteps is the same as in the example <font size="2"><span class="mw-headline" id="Producing_Data_with_Timesteps_.28Source.29">Producing Data with Timesteps of the wiki. <br>

<br>Any suggestion of explanation ?<br>Many thanks, <br><br>A.Marsan<br></span></font>