<div dir="ltr">I'm getting this error trying to run modules/vtk_reader.py:read() with some default parameters<div><br></div><div><div>  File "vtk_reader.py", line 31, in read</div><div>    tunits = reader.GetTimeUnits()</div>

<div>AttributeError: GetTimeUnits</div></div><div><br></div><div>I placed to 'print vtk' statement right before this line to make sure I was using the right vtk</div><div><module 'vtk' from '/Users/benbu/src/climatepipes/vtk_build/Wrapping/Python/vtk/__init__.pyc'><br>

</div><div><br></div><div>I built this vtk after checking out the netcdf_units branch with this command </div><div>git fetch <a href="http://review.source.kitware.com/p/VTK">http://review.source.kitware.com/p/VTK</a> refs/changes/19/11719/1 && git checkout FETCH_HEAD -b netcdf_units<br>

</div><div><br></div><div>Any ideas what could be wrong, and why the vtk.vtkNetCDFCFReader() object doesn't have GetTimeUnits function?</div><div><br></div><div>-Ben</div></div>