File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/ansys/geometry/core/sketch Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ Bump pyvista[ jupyter] from 0.45.3 to 0.46.0
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ tests = [
7272 " pytest==8.4.1" ,
7373 " pytest-cov==6.2.1" ,
7474 " pytest-pyvista==0.2.0" ,
75- " pyvista[jupyter]==0.45.3 " ,
75+ " pyvista[jupyter]==0.46.0 " ,
7676 " pyyaml==6.0.2" ,
7777 " requests==2.32.4" ,
7878 " scipy==1.15.3" ,
@@ -110,7 +110,7 @@ doc = [
110110 " Pint==0.24.4" ,
111111 " protobuf==5.29.3" ,
112112 " pygltflib==1.16.5" ,
113- " pyvista[jupyter]==0.45.3 " ,
113+ " pyvista[jupyter]==0.46.0 " ,
114114 " quarto-cli==1.7.33" ,
115115 " requests==2.32.4" ,
116116 " scipy==1.15.3" ,
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ def visualization_polydata(self) -> "pv.PolyData":
121121 """
122122 import pyvista as pv
123123
124- circle = pv .Circle (self .radius .m_as (DEFAULT_UNITS .LENGTH ))
124+ circle = pv .Circle (radius = self .radius .m_as (DEFAULT_UNITS .LENGTH ))
125125 return circle .translate (
126126 [
127127 self .center .x .m_as (DEFAULT_UNITS .LENGTH ),
You can’t perform that action at this time.
0 commit comments