Skip to content

Commit

Permalink
remove the right file XD (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Dec 22, 2023
1 parent b77e933 commit f6a628a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ jobs:
python -m pip install --upgrade pip
pip install jaxlib
pip install jax
pip install black
pip install .[doc,test]
pip install https://github.com/pyro-ppl/funsor/archive/master.zip
pip install -r docs/requirements.txt
pip freeze
- name: Lint with flake8
- name: Lint with ruff
run: |
make lint
- name: Build documentation
Expand Down
21 changes: 21 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,24 @@ line-ending = "auto"
[tool.ruff.extend-per-file-ignores]
"numpyro/contrib/tfp/distributions.py" = ["F811"]
"numpyro/distributions/kl.py" = ["F811"]

[tool.pytest.ini_options]
addopts = [
"-v",
"--color=yes",
]
filterwarnings = [
"error",
"ignore:numpy.ufunc size changed,:RuntimeWarning",
"ignore:Using a non-tuple sequence:FutureWarning",
"ignore:jax.tree_structure is deprecated:FutureWarning",
"ignore:numpy.linalg support is experimental:UserWarning",
"ignore:scipy.linalg support is experimental:UserWarning",
"once:No GPU:UserWarning",
"once::DeprecationWarning",
]
doctest_optionflags = [
"ELLIPSIS",
"NORMALIZE_WHITESPACE",
"IGNORE_EXCEPTION_DETAIL",
]
11 changes: 0 additions & 11 deletions setup.cfg

This file was deleted.

0 comments on commit f6a628a

Please sign in to comment.