The 3.8.0. <br>I can reproduce it, using a simple programmable source and scripting : <br>
<style type="text/css">p, li { white-space: pre-wrap; }</style>
<p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">output = self.GetOutput()</p>
<p style="margin: 0px; text-indent: 0px;">output.GetInformation().Remove(output.DATA_TIME_STEPS())</p>
<p style="margin: 0px; text-indent: 0px;">output.GetInformation().Append(output.DATA_TIME_STEPS(), 0.5)</p><br>I will try to remove that line. <br><br><br><div class="gmail_quote">Le 14 septembre 2010 17:08, Berk Geveci <span dir="ltr">&lt;<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>&gt;</span> a écrit :<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hmm, that&#39;s weird. I can&#39;t reproduce it. Which version of ParaView are<br>
you using?<br>
<br>
On another note, I don&#39;t think that you need that line. The executive<br>
should set the DATA_TIME_STEPS() to be the same as the<br>
UPDATE_TIME_STEPS() for you.<br>
<br>
-berk<br>
<br>
2010/9/13 Aurélien Marsan &lt;<a href="mailto:aur.marsan@gmail.com">aur.marsan@gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt; Good Afternoon,<br>
&gt;<br>
&gt; I produce a dataset with timestep, looking at<br>
&gt; <a href="http://www.vtk.org/Wiki/Here_are_some_more_examples_of_simple_ParaView_3_python_filters" target="_blank">http://www.vtk.org/Wiki/Here_are_some_more_examples_of_simple_ParaView_3_python_filters</a>.<br>
&gt; It works well, but at the first time I use my Reader, just after having<br>
&gt; launched Paraview, it displays me this message :<br>
&gt; modpython:25: DeprecationWarning: integer argument expected, got float<br>
&gt;<br>
&gt; It looks like this is because of the line :<br>
&gt; pdo.GetInformation().Append(pdo.DATA_TIME_STEPS(),<br>
&gt; pyturbo.GetUpdateTimeSteps(self)[0])<br>
&gt; where the function GetUpdateTimeSteps is the same as in the example<br>
&gt; Producing Data with Timesteps of the wiki.<br>
&gt;<br>
&gt; Any suggestion of explanation ?<br>
&gt; Many thanks,<br>
&gt;<br>
&gt; A.Marsan<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>