Skip to content

Commit 847e095

Browse files
committed
Rename aggregate_success to aggregate_std_err for clarity
1 parent ce6243a commit 847e095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/analyze/covariate_std_err.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from statsmodels.genmod.families import Binomial
77

88

9-
def aggregate_success(
9+
def aggregate_std_err(
1010
run_rewards: Sequence[np.ndarray],
1111
baseline_rewards: np.ndarray,
1212
std_err_fn: Callable[[np.ndarray, np.ndarray], Tuple[float, float]] = None,

0 commit comments

Comments
 (0)