Skip to content

Commit 901feab

Browse files
authored
Add comment about the need for checking if fair_aggregation is set
1 parent aaa79c3 commit 901feab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dscim/menu/main_recipe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ def scc():
323323
self.logger.info("Processing SCC calculation ...")
324324
if self.fit_type == "quantreg":
325325
self.full_uncertainty_iqr
326+
# stat_uncertainty_iqr function expects collapsed SCCs, so a fair aggregation is required
326327
if len(self.fair_aggregation) > 0:
327328
self.calculate_scc
328329
self.stat_uncertainty_iqr

0 commit comments

Comments
 (0)