Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change tests, fix compat with 1.6 #40

Merged
merged 12 commits into from
Dec 5, 2023
Merged

Conversation

wheeheee
Copy link
Member

@wheeheee wheeheee commented Dec 5, 2023

  • change to testing latest stable Julia version on windows-latest, macos-latest, ubuntu-latest
  • 1.6 and nightly on ubuntu-latest
  • simple_dot for 1.6 compat because of old BLAS bug

- changed to test on v1.6, v1, nightly
- test on windows-latest and ubuntu-latest instead of macos
- split into `_levinson_small`, `..._large`, but large is always faster on my machine for all `p`
- noticed v from _large and _small are different, checked that v (or e) for 1 signal is not a vector from broadcasting but complex `dot`
- benchmarked to be always slower than the O(n^2) version (p=8) on my machine
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (85fd99f) 92.23% compared to head (767f1c9) 92.33%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
+ Coverage   92.23%   92.33%   +0.10%     
==========================================
  Files           5        5              
  Lines         502      496       -6     
==========================================
- Hits          463      458       -5     
+ Misses         39       38       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7097375215

  • 37 of 37 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 92.525%

Totals Coverage Status
Change from base Build 6930122664: 0.3%
Covered Lines: 458
Relevant Lines: 495

💛 - Coveralls

@davidavdav davidavdav merged commit b676141 into JuliaDSP:main Dec 5, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants