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

Patches #181

Merged
merged 11 commits into from
Jan 5, 2024
Merged

Patches #181

merged 11 commits into from
Jan 5, 2024

Conversation

kkappler
Copy link
Collaborator

No description provided.

- replace initialization of calibrated_ts in remove_instrument_response
with a dataless copy rather than dict-based method (see issue #180 for notes)
- fix bug in ts_filters.RemoveInstrumentResponse.apply_bandpass
  - was passing sample_interval when sample_rate was expected
- tidy doc and nomenclature
- catch exceptions
- add descriptive logging for bandpass filter
- include example of bandpass filter
- rename vars as hx instead of ex as this is a magnetic example
@codecov-commenter
Copy link

codecov-commenter commented Dec 27, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (79828c5) 59.53% compared to head (505d8dc) 59.81%.

Files Patch % Lines
mth5/timeseries/ts_filters.py 80.00% 5 Missing ⚠️
mth5/timeseries/channel_ts.py 50.00% 1 Missing ⚠️
tests/timeseries/test_ts_filters.py 98.14% 1 Missing ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #181      +/-   ##
==========================================
+ Coverage   59.53%   59.81%   +0.27%     
==========================================
  Files         138      139       +1     
  Lines       15244    15322      +78     
==========================================
+ Hits         9076     9165      +89     
+ Misses       6168     6157      -11     
Flag Coverage Δ
tests 59.81% <92.13%> (+0.27%) ⬆️

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

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

Copy link
Owner

@kujaku11 kujaku11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good changes, looks ready to merge.

@kujaku11 kujaku11 merged commit 691c73f into master Jan 5, 2024
10 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.

3 participants