Skip to content

Update README.md

Update README.md #68

Triggered via push December 9, 2024 10:36
Status Failure
Total duration 4m 10s
Artifacts

CI.yml

on: push
Documentation
3m 9s
Documentation
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 6 warnings, and 1 notice
Documentation: src/utils.jl#L11
doctest failure in ~/work/EasyFFTs.jl/EasyFFTs.jl/src/utils.jl:11-28 ```jldoctest julia> using EasyFFTs julia> fs = 100; # 100 samples per second julia> timestamps = range(0, 1, step = 1/fs); julia> s = sin.(2π * 2 * timestamps); # sine of frequency = 2 Hz julia> easymirror(ef) EasyFFT with 101 samples. Dominant component(s): ╷ Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ -1.9802 │ 0.4923 ╶─────────────┼─────────────╴ 1.9802 │ 0.4923 ``` Subexpression: easymirror(ef) Evaluated output: ERROR: UndefVarError: `ef` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] top-level scope @ none:1 Expected output: EasyFFT with 101 samples. Dominant component(s): ╷ Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ -1.9802 │ 0.4923 ╶─────────────┼─────────────╴ 1.9802 │ 0.4923 diff = Warning: Diff output requires color. EasyFFT with 101 samples. Dominant component(s): ╷ Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ -1.9802 │ 0.4923 ╶─────────────┼─────────────╴ 1.9802 │ 0.4923ERROR: UndefVarError: `ef` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] top-level scope @ none:1
Documentation: src/EasyFFTs.jl#L32
doctest failure in ~/work/EasyFFTs.jl/EasyFFTs.jl/src/EasyFFTs.jl:32-55 ```jldoctest julia> using EasyFFTs julia> fs = 100; # 100 samples per second julia> timestamps = range(0, 1, step = 1/fs); julia> s = sin.(2π * 2 * timestamps); # sine of frequency = 2 Hz julia> easyfft(s, fs) EasyFFT with 51 samples. Dominant component(s): Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ 1.9802 │ 0.98461 julia> easyfft(s) # `fs` defaults to 1 EasyFFT with 51 samples. Dominant component(s): Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ 0.019802 │ 0.98461 ╵ ``` Subexpression: easyfft(s, fs) Evaluated output: EasyFFT with 51 samples. Dominant component(s): ╷ Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ 1.9802 │ 0.99436 ╵ Expected output: EasyFFT with 51 samples. Dominant component(s): Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ 1.9802 │ 0.98461 diff = Warning: Diff output requires color. EasyFFT with 51 samples. Dominant component(s): component(s): ╷ Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ 1.9802 │ 0.98461│ 0.99436 ╵
Documentation: src/EasyFFTs.jl#L32
doctest failure in ~/work/EasyFFTs.jl/EasyFFTs.jl/src/EasyFFTs.jl:32-55 ```jldoctest julia> using EasyFFTs julia> fs = 100; # 100 samples per second julia> timestamps = range(0, 1, step = 1/fs); julia> s = sin.(2π * 2 * timestamps); # sine of frequency = 2 Hz julia> easyfft(s, fs) EasyFFT with 51 samples. Dominant component(s): Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ 1.9802 │ 0.98461 julia> easyfft(s) # `fs` defaults to 1 EasyFFT with 51 samples. Dominant component(s): Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ 0.019802 │ 0.98461 ╵ ``` Subexpression: easyfft(s) # `fs` defaults to 1 Evaluated output: EasyFFT with 51 samples. Dominant component(s): ╷ Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ 0.019802 │ 0.99436 ╵ Expected output: EasyFFT with 51 samples. Dominant component(s): Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ 0.019802 │ 0.98461 ╵ diff = Warning: Diff output requires color. EasyFFT with 51 samples. Dominant component(s): component(s): ╷ Frequency │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ │ Magnitude ╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸ 0.019802 │ 0.98461 ╵│ 0.99436 ╵
Documentation
Process completed with exit code 1.
Julia 1.8 - ubuntu-latest - x64 - push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Julia 1.6 - ubuntu-latest - x64 - push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Julia 1.8 - ubuntu-latest - x86 - push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Julia 1.6 - ubuntu-latest - x86 - push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Julia nightly - ubuntu-latest - x64 - push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Julia nightly - ubuntu-latest - x86 - push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache To ignore, set input `ignore-no-cache: true`