VTK warnings from the testsuite
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
The following VTK warnings popup when the testsuite is run. Ref : https://travis-ci.org/github/enthought/mayavi/jobs/702500923
```
Test if pickling works. ...
2020-06-26 20:27:23.644 ( 3.154s) [ A6F20700]
vtkAlgorithm.cxx:1804 WARN| vtkAlgorithm::SetProgress was deprecated for VTK 9.0 and will be removed in a future version.
Use vtkAlgorithm::UpdateProgress instead.
2020-06-26 20:27:23.691 ( 3.200s) [ A6F20700]
vtkAlgorithm.cxx:1804 WARN| vtkAlgorithm::SetProgress was deprecated for VTK 9.0 and will be removed in a future version.
Use vtkAlgorithm::UpdateProgress instead.
2020-06-26 20:27:23.693 ( 3.203s) [ A6F20700]
vtkAlgorithm.cxx:1804 WARN| vtkAlgorithm::SetProgress was deprecated for VTK 9.0 and will be removed in a future version.
Use vtkAlgorithm::UpdateProgress instead.
ok
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.