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

need to override fft_batch_size to 1, for software FFT always. #879

Merged
merged 1 commit into from
Sep 22, 2023

need to override fft_batch_size to 1, for software FFT always.

645de5f
Select commit
Loading
Failed to load commit list.
Merged

need to override fft_batch_size to 1, for software FFT always. #879

need to override fft_batch_size to 1, for software FFT always.
645de5f
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Sep 22, 2023 in 1s

75.82% (+0.01%) compared to 9f082ac

View this Pull Request on Codecov

75.82% (+0.01%) compared to 9f082ac

Details

Codecov Report

Patch coverage: 84.61% and project coverage change: +0.01% 🎉

Comparison is base (9f082ac) 75.81% compared to head (645de5f) 75.82%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #879      +/-   ##
==========================================
+ Coverage   75.81%   75.82%   +0.01%     
==========================================
  Files          41       41              
  Lines        3469     3471       +2     
==========================================
+ Hits         2630     2632       +2     
  Misses        839      839              
Files Changed Coverage Δ
tests/test_grscan.py 100.00% <ø> (ø)
gamutrf/grscan.py 80.67% <84.61%> (+0.33%) ⬆️

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