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

Oucru-Innovations / vital-DSP / 25768103401

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

Source File
Press 'n' to go to next uncovered line, 'b' for previous

94.37
/utils/data_processing/synthesize_data.py


Source Not Available

The file "utils/data_processing/synthesize_data.py" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.

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