Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 701d893

Browse files
authored
Suppress joblib related warnings (#7892)
* bump joblib to see if it supresses joblib warnings * try disabling last_image_depth * kitchen seems flaky * Update pyvista/plotting/plotter.py
1 parent 5a8291f commit 701d893

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ docs = [
117117
'enum-tools==0.13.0',
118118
'imageio-ffmpeg==0.6.0',
119119
'imageio==2.37.0',
120-
'joblib==1.5.1',
120+
'joblib==1.5.2',
121121
'jupyter_sphinx==0.5.3',
122122
'jupyterlab==4.4.5',
123123
'lxml==6.0.0',

pyvista/plotting/plotter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7209,7 +7209,6 @@ def fun(plotter):
72097209
if pyvista.BUILDING_GALLERY:
72107210
# always save screenshots for sphinx_gallery
72117211
self.last_image = self.screenshot(screenshot, return_img=True)
7212-
self.last_image_depth = self.get_image_depth()
72137212
with suppress(ImportError):
72147213
self.last_vtksz = self.export_vtksz(filename=None)
72157214

22 KB
Loading
22.5 KB
Loading

0 commit comments

Comments
 (0)