Skip to content

Commit

Permalink
Do not validate BN by default. Validate design modes independently.
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Apr 25, 2024
1 parent 87ba789 commit 181e9f7
Show file tree
Hide file tree
Showing 5 changed files with 191 additions and 119 deletions.
57 changes: 30 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ adbc-driver-postgresql = "^0.9.0"
polars = "^0.20.7"
httpx = "^0.26.0"
rich = "^13.7.0"
sdssdb = "^0.10.0"
sdssdb = "^0.11.1"
pyarrow = "^15.0.0"
click-option-group = "^0.5.6"
astropy-healpix = "^1.0.2"
Expand Down Expand Up @@ -76,8 +76,7 @@ asyncio_mode = "auto"
branch = true
include = ["src/too/*"]
omit = [
"*/__init__.py",
"src/too/validate.py"
"*/__init__.py"
]

[tool.coverage.report]
Expand Down
Loading

0 comments on commit 181e9f7

Please sign in to comment.