Skip to content

Commit 250a0c0

Browse files
authored
Update lock. (#97)
* Update lock. * Move from build to python-build. * Fix typo. * Update pch stages. * Impose upper bound on sklearn
1 parent bfaaf5d commit 250a0c0

File tree

4 files changed

+17439
-21677
lines changed

4 files changed

+17439
-21677
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ repos:
5959
language: system
6060
entry: pixi run -e lint trailing-whitespace-fixer
6161
types: [text]
62-
stages: [commit, push, manual]
62+
stages: [pre-commit, pre-push, manual]
6363
- id: end-of-file-fixer
6464
name: fix end of files
6565
language: system
6666
entry: pixi run -e lint end-of-file-fixer
6767
types: [text]
68-
stages: [commit, push, manual]
68+
stages: [pre-commit, pre-push, manual]
6969
- id: check-merge-conflict
7070
name: check for merge conflicts
7171
language: system

metalearners/rlearner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def _pseudo_outcome_and_weights(
480480
) -> tuple[np.ndarray, np.ndarray]:
481481
"""Compute the R-Learner pseudo outcome and corresponding weights.
482482
483-
If ``mask`` is provided, the retuned pseudo outcomes and weights are only
483+
If ``mask`` is provided, the returned pseudo outcomes and weights are only
484484
with respect the observations that the mask selects.
485485
486486
Since the pseudo outcome is a fraction of residuals, we add a small

0 commit comments

Comments
 (0)