Skip to content

Commit

Permalink
SEDs operator (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Chanial <[email protected]>
  • Loading branch information
ASKabalan and pchanial authored Dec 11, 2024
1 parent 0b9222c commit c9ac806
Show file tree
Hide file tree
Showing 6 changed files with 589 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ repos:
- lineax
- types-PyYAML
- scipy
- numpy==2.0.2
args:
- --strict
- --show-error-codes
Expand Down
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies = [
'scipy',
'typing-extensions; python_version < "3.11"',
'matplotlib',
'astropy',
]
dynamic = ['version']

Expand All @@ -52,7 +53,14 @@ show_missing = true
skip_covered = true

[[tool.mypy.overrides]]
module = ['healpy', 'jax_healpy', 'lineax', 'scipy.stats.sampling']
module = [
'healpy',
'jax_healpy',
'lineax',
'scipy.stats.sampling',
'scipy',
'astropy.cosmology',
]
ignore_missing_imports = true

[tool.pytest.ini_options]
Expand Down
Loading

0 comments on commit c9ac806

Please sign in to comment.