• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Oucru-Innovations / vital-DSP / 25768103401
95%

Build:
DEFAULT BRANCH: main
Ran 13 May 2026 12:32AM UTC
Jobs 1
Files 142
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 May 2026 11:23PM UTC coverage: 94.892% (+0.03%) from 94.859%
25768103401

push

github

Koaha
fix(utils): correct logic errors, silent failures, and bottlenecks across utils modules

Bug fixes:
- normalization/scaler: constant-signal std=0 path returned zeros,
  silently discarding signal data — now returns zero-centered values
- find_peaks: prominence right-base slice included the peak itself,
  causing systematic underestimation of prominence
- coherence: divided by psd_x*psd_y without zero guard, producing
  nan/inf for constant signals
- synthesize_data: ECG z-normalization had no divide-by-zero guard
  when ODE output is constant; ODE fallback w0 didn't guard rr=0
- optimized_memory_manager: np.finfo() called on integer dtypes
  (raises AttributeError); signal entropy used density histogram
  producing dimensionally wrong probabilities (nan risk)

Perf:
- attention_weights.linear: replace double linspace + np.sum with
  single linspace and O(1) analytic sum (size*(size+1)/2)
- mother_wavelets db/sym: replace O(order²) convolve loop with
  np.poly1d([1,1])**order direct polynomial exponentiation
- synthesize_data.rrprocess: replace np.append (always copies) with
  np.concatenate

2711 of 2785 branches covered (97.34%)

Branch coverage included in aggregate %.

16704 of 17675 relevant lines covered (94.51%)

0.95 hits per line

Coverage Regressions

Lines Coverage ∆ File
21
90.7
-0.29% utils/core_infrastructure/optimized_memory_manager.py
10
94.37
0.05% utils/data_processing/synthesize_data.py
3
97.78
0.01% utils/config_utilities/common.py
3
89.66
0.77% utils/signal_processing/attention_weights.py
1
89.47
0.0% utils/signal_processing/scaler.py
Jobs
ID Job ID Ran Files Coverage
1 25768103401.1 13 May 2026 12:32AM UTC 142
94.89
GitHub Action Run
Source Files on build 25768103401
  • Tree
  • List 142
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25768103401
  • e8712b28 on github
  • Prev Build on main (#25766677944)
  • Next Build on main (#25768657033)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc