Skip to content

Commit

Permalink
Drop SciPy from nightly CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lbittarello committed Oct 5, 2024
1 parent 775da8a commit ca5669c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ cmd = """
PRE_WHEELS="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/"
&& pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS pandas
&& pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS scikit-learn
&& pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS scipy
&& pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i https://pypi.fury.io/arrow-nightlies/ pyarrow
&& pip install --no-use-pep517 --no-deps git+https://github.com/Quantco/tabmat
"""
Expand Down
2 changes: 1 addition & 1 deletion src/glum/_glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ def _wald_test_term_names(
) -> WaldTestResult:
"""
Perform a Wald test for the hypothesis that the coefficients of the
features in ``terms`` are equal to the values in ``terms``.
features in ``terms`` are equal to the values in ``values``.
"""

if isinstance(terms, str):
Expand Down

0 comments on commit ca5669c

Please sign in to comment.