Skip to content

Commit

Permalink
Fix the small error of type in geometric source (#5561)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Feb 6, 2024
1 parent 53b2391 commit 3e69efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvista/core/utilities/geometric_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def height(self, height: float):
self.SetHeight(height)

@property
def radius(self) -> bool:
def radius(self) -> float:
"""Get base radius of the cone.
Returns
Expand Down

0 comments on commit 3e69efd

Please sign in to comment.