Displaying differences for changeset |
@@ -603,7 +603,7 @@ |
): # finds instances where the number of J flags samples exceeds how many are used to calculate a percentile |
for key in displaySummary: |
if ( |
- displaySummary[key]["Summary Stat."] not in ["geomean", "DMs", "DMw"] |
+ displaySummary[key]["Summary Stat."] not in ["geomean", "DMs", "DMw", "avg"] |
and displaySummary[key]["J Flag"] > 0 |
): |
# check chronic sample size |