We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1cc4a commit 844caefCopy full SHA for 844caef
map2loop/thickness_calculator.py
@@ -85,7 +85,7 @@ def compute(
85
return units
86
87
def _check_thickness_percentage_calculations(self, thicknesses: pandas.DataFrame):
88
- units_with_no_thickness = len(thicknesses[thicknesses['ThicknessMedian'] == -1])
+ units_with_no_thickness = len(thicknesses[thicknesses['ThicknessMean'] == -1])
89
total_units = len(thicknesses)
90
91
if total_units > 0 and (units_with_no_thickness / total_units) >= 0.75:
0 commit comments