Skip to content

Commit 844caef

Browse files
committed
fix: typo
1 parent ed1cc4a commit 844caef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map2loop/thickness_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def compute(
8585
return units
8686

8787
def _check_thickness_percentage_calculations(self, thicknesses: pandas.DataFrame):
88-
units_with_no_thickness = len(thicknesses[thicknesses['ThicknessMedian'] == -1])
88+
units_with_no_thickness = len(thicknesses[thicknesses['ThicknessMean'] == -1])
8989
total_units = len(thicknesses)
9090

9191
if total_units > 0 and (units_with_no_thickness / total_units) >= 0.75:

0 commit comments

Comments
 (0)