Skip to content

Commit b541c20

Browse files
authored
Clean-up unused files (#271)
* Remove unused logs module * Remove unused config files * Update manifest to fix changed file extension and removed file * Additional logs module related clean up * Removing reference to logs docs page * Relax codecov threshold slightly to avoid spurious fails
1 parent 2d240ad commit b541c20

File tree

11 files changed

+7
-187
lines changed

11 files changed

+7
-187
lines changed

.gitmodules

Whitespace-only changes.

.style.yapf

Lines changed: 0 additions & 2 deletions
This file was deleted.

MANIFEST.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ graft s2fft
22
graft tests
33
graft docs
44

5-
include README.rst
6-
include pytest.ini
5+
include README.md
76
include LICENCE.txt
8-
include s2fft/default-logging-config.yaml
97

108
exclude .coveragerc
119
exclude *.log

codecov.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: auto
6+
threshold: 0.1%

docs/api/utility/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,4 @@ Utility Functions
141141
healpix_ffts
142142
utils
143143
rotation
144-
logs
145144

docs/api/utility/logs.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ classifiers = [
2828
description = "Differentiable and accelerated spherical transforms with JAX"
2929
dependencies = [
3030
"numpy>=1.20",
31-
"colorlog",
32-
"pyyaml",
3331
"jax>=0.3.13",
3432
"jaxlib",
3533
"torch",
@@ -152,9 +150,6 @@ lint.pep8-naming.classmethod-decorators = [
152150
[tool.setuptools]
153151
packages = ["s2fft"]
154152

155-
[tool.setuptools.package-data]
156-
s2fft = ["default-logging-config.yaml"]
157-
158153
[tool.setuptools_scm]
159154
local_scheme = "no-local-version"
160155
write_to = "s2fft/_version.py"

s2fft/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import jax
44

5-
from . import logs
65
from .recursions.price_mcewen import (
76
generate_precomputes,
87
generate_precomputes_jax,

s2fft/default-logging-config.yaml

Lines changed: 0 additions & 58 deletions
This file was deleted.

s2fft/logs.py

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)