We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bad00e commit bb58e4bCopy full SHA for bb58e4b
sectionproperties/analysis/section.py
@@ -2258,7 +2258,7 @@ def get_stress_at_points(
2258
2259
for pt in pts:
2260
query_geom = Point(pt)
2261
- tri_ids = self.mesh_search_tree.query(query_geom, predicate="intersects" )
+ tri_ids = self.mesh_search_tree.query(query_geom, predicate="intersects")
2262
if len(tri_ids) == 0:
2263
sig = None
2264
elif len(tri_ids) == 1:
0 commit comments