Skip to content

Release 1.1.0#47

Merged
ben9809 merged 19 commits into
mainfrom
dev
Apr 21, 2026
Merged

Release 1.1.0#47
ben9809 merged 19 commits into
mainfrom
dev

Conversation

@ben9809

@ben9809 ben9809 commented Apr 21, 2026

Copy link
Copy Markdown
Member

No description provided.

@codecov

codecov Bot commented Apr 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
+ Coverage   97.75%   99.77%   +2.02%     
==========================================
  Files          21       25       +4     
  Lines         401      448      +47     
  Branches      112      109       -3     
==========================================
+ Hits          392      447      +55     
+ Misses          4        0       -4     
+ Partials        5        1       -4     
Flag Coverage Δ
unittests 99.77% <100.00%> (+2.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
TempEncDeconAlgo 100.00% <100.00%> (∅)
TempEncGlobAlgo 100.00% <100.00%> (∅)
TempEncContAlgo 99.02% <98.97%> (∅)
TempEncLatAlgo 100.00% <100.00%> (∅)
TempEncRateAlgo 100.00% <100.00%> (∅)
Filters 100.00% <100.00%> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

signal = np.array([1.0, 2.5, 5.0, 3.0, 1.5, 0.5, 0.2])
spikes, fir_bank, shift, norm = modified_hough_spiker(signal, window_length=3, cutoff=0.1, threshold=0.5)
# norm should be > 1 since signal exceeds 1 after shift
self.assertTrue(norm[0] > 1)
def test_round_trip_large_amplitude_applies_norm(self):
signal = np.array([1.0, 2.5, 5.0, 3.0, 1.5, 0.5, 0.2])
spikes, fir_bank, shift, norm = hough_spiker(signal, window_length=3, cutoff=0.1)
self.assertTrue(norm[0] > 1)
@ben9809 ben9809 merged commit 4ea9f15 into main Apr 21, 2026
18 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.

1 participant