-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
- replace initialization of calibrated_ts in remove_instrument_response with a dataless copy rather than dict-based method (see issue #180 for notes)
- include example of bandpass filter - rename vars as hx instead of ex as this is a magnetic example
Codecov ReportAttention:
❗ 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- this allows for a more correct use of context manager - this addresses the issues noted in issue #184
Add return self to open_mth5()
There was a problem hiding this 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.
No description provided.