Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings reported in the Mayavi testsuite #1295

Open
rahulporuri opened this issue Apr 9, 2024 · 0 comments
Open

Warnings reported in the Mayavi testsuite #1295

rahulporuri opened this issue Apr 9, 2024 · 0 comments

Comments

@rahulporuri
Copy link
Contributor

...
test_mb_contour (mayavi.tests.test_composite_data.TestCompositeData.test_mb_contour) ... C:\Users\rahul\github\mayavi\mayavi\components\contour.py:222: DeprecationWarning: In the future, lists will no longer be accepted by the Tuple trait type. Lists should be converted to tuples prior to validation.
  self._current_range = rng
...
test_components_changed (mayavi.tests.test_contour.TestContour.test_components_changed)
Test if the modules respond correctly when the components ... C:\Users\rahul\github\mayavi\tvtk\tvtk_base.py:575: DeprecationWarning: Call to deprecated method GetDimensions. (Please use GetDimensions(int dims[3]) instead.) -- Deprecated since version 9.3.0.
  val = getattr(vtk_obj, getter)()
...
test_volume (mayavi.tests.test_mlab_integration.TestMlabModules.test_volume)
Test the mlab volume factory. ... C:\Users\rahul\github\mayavi\mayavi\modules\volume.py:469: DeprecationWarning: In the future, lists will no longer be accepted by the Tuple trait type. Lists should be converted to tuples prior to validation.
  self.current_range = rng
...
test_user_defined_filter (mayavi.tests.test_mlab_integration.TestMlabNullEngineMisc.test_user_defined_filter) ... C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkCachingInterpolatedVelocityField. (Use vtkCompositeInterpolatedVelocityField instead of vtkCachingInterpolatedVelocityField and set the desired strategy.) -- Deprecated since version 9.2.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkCapsuleSource. (Use vtkCylinderSource with SetCapping(true) and SetCapsuleCap(true) instead of vtkCapsuleSource.) -- Deprecated since version 9.3.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkCellLocatorInterpolatedVelocityField. (Use vtkCompositeInterpolatedVelocityField instead of vtkCellLocatorInterpolatedVelocityField and set the desired strategy.) -- Deprecated since version 9.2.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkCompositePolyDataMapper2. (Please use vtkCompositePolyDataMapper instead) -- Deprecated since version 9.3.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkCriticalSection. (Use std::mutex instead) -- Deprecated since version 9.1.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkDataObjectToTable. (Use vtkAttributeDataToTableFilter instead of vtkDataObjectToTable.) -- Deprecated since version 9.3.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkExtractSelectedBlock. (Use vtkExtractSelection instead of vtkExtractSelectedBlock.) -- Deprecated since version 9.2.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkExtractSelectedIds. (Use vtkExtractSelection instead of vtkExtractSelectedIds.) -- Deprecated since version 9.2.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkExtractSelectedLocations. (Use vtkExtractSelection instead of vtkExtractSelectedLocations.) -- Deprecated since version 9.2.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkExtractSelectedPolyDataIds. (Use vtkExtractSelection instead of vtkExtractSelectedPolyDataIds.) -- Deprecated since version 9.2.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkExtractSelectedThresholds. (Use vtkExtractSelection instead of vtkExtractSelectedThresholds.) -- Deprecated since version 9.2.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkHierarchicalBoxDataIterator. (Use vtkUniformGridAMRDataIterator instead of vtkHierarchicalBoxDataIterator) -- Deprecated since version 9.2.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkInterpolatedVelocityField. (Use vtkCompositeInterpolatedVelocityField instead of vtkCellLocatorInterpolatedVelocityField and set the desired strategy.) -- Deprecated since version 9.2.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkOutputWindowCleanup. (`vtkOutputWindowCleanup` is no longer necessary) -- Deprecated since version 9.3.0.
  c = klass()
C:\Users\rahul\github\mayavi\tvtk\tools\tvtk_doc.py:77: DeprecationWarning: Call to deprecated class vtkPCellDataToPointData. (Please use vtkCellDataToPointData instead) -- Deprecated since version 9.3.0.
  c = klass()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant