Skip to content

Commit a5eb2e3

Browse files
authored
Revert "Try codeflash" (#405)
Reverts #404
1 parent f0c9229 commit a5eb2e3

File tree

3 files changed

+3
-63
lines changed

3 files changed

+3
-63
lines changed

.github/workflows/codeflash-optimize.yaml

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

paper/paper.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ wavelets are built upon the eigenfunctions of the Slepian concentration problem
4848
of the manifold [@Slepian1961; @Landau1961; @Landau1962]: a set of bandlimited
4949
functions that are maximally concentrated within a given region. Wavelets are
5050
constructed through a tiling of the Slepian harmonic line by leveraging the
51-
existing scale-discretised framework [@Wiaux2008; @Leistedt2013]. Whilst these
52-
wavelets were inspired by spherical datasets, like in cosmology, the wavelet
53-
construction may be utilised for manifold or graph data.
51+
existing scale-discretised framework [@Wiaux2008; @Leistedt2013]. Whilst these wavelets
52+
were inspired by spherical datasets, like in cosmology, the wavelet construction
53+
may be utilised for manifold or graph data.
5454

5555
To the author's knowledge, there is no public software that allows one to
5656
compute Slepian wavelets (or a similar approach) on the sphere or general

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,6 @@ ignore = [
9898
"src/sleplet/_version.py",
9999
]
100100

101-
[tool.codeflash]
102-
ignore-paths = []
103-
# All paths are relative to this pyproject.toml's directory.
104-
module-root = "src"
105-
test-framework = "pytest"
106-
tests-root = "tests"
107-
108101
[tool.coverage]
109102
report = {skip_covered = true, sort = "cover"}
110103
run = {branch = true, parallel = true, source = [

0 commit comments

Comments
 (0)