From ce9cf6ea5779ff2597301c354a360217be90c44d Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Fri, 19 Dec 2025 16:47:53 -0800 Subject: [PATCH] fix: remove code that prevents proper functioning --- src/loadbearing_wall/geom_ops.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/loadbearing_wall/geom_ops.py b/src/loadbearing_wall/geom_ops.py index 2f91571..c20f5ad 100644 --- a/src/loadbearing_wall/geom_ops.py +++ b/src/loadbearing_wall/geom_ops.py @@ -85,7 +85,6 @@ def apply_minimum_width( projected_x0 = location - spread_width / 2 projected_x1 = location + spread_width / 2 - projected_x1 = location + spread_width / 2 projected_w0 = projected_w1 = magnitude / (projected_x1 - projected_x0) return ( round_to_close_integer(projected_w0),