-
Notifications
You must be signed in to change notification settings - Fork 83
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
Custom dates plot ccftime & start of brand new test suite for api.py #101
base: master
Are you sure you want to change the base?
Conversation
- Reduces length of some lines - Uses only one text delimiter - Adds some spaces around commas
Adds first two full test cases, two tests at least are pending Creates a test suite to test multiple classes.
What's the purpose of string comparison in line 47? |
to ensure alphabetical sorting of the net.sta names |
Codecov Report
@@ Coverage Diff @@
## master #101 +/- ##
==========================================
- Coverage 74.28% 73.43% -0.85%
==========================================
Files 17 17
Lines 2477 2477
==========================================
- Hits 1840 1819 -21
- Misses 637 658 +21
Continue to review full report at Codecov.
|
Well, I needed a possibility to plot only a part of data on ccftime plot. Because of that I just decided to add this functionality to the plotting method.
With this occasion I started a test_api test suite and added first few tests to it which are testing methods I modified.
Changes is msnoise_admin are purely PEP8 related.