-
Notifications
You must be signed in to change notification settings - Fork 58
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
Dev #234
Dev #234
Conversation
Initial implementation of EventSeries
Formatting for pep8
Codecov Report
@@ Coverage Diff @@
## dev #234 +/- ##
==========================================
+ Coverage 87.38% 87.71% +0.33%
==========================================
Files 7 8 +1
Lines 856 879 +23
==========================================
+ Hits 748 771 +23
Misses 108 108
Continue to review full report at Codecov.
|
Ok! I figured it out |
This is awesome, thanks @nsteins! I'm going to merge this into
|
I made bunch of these changes, will open another PR I'm going to assign myself an issue for adding documentation and adding a |
This covers an initial implementation of the EventSeries features described in #229
I ended up leaving out the histogram plotting feature as creating reasonable and responsive log binned histograms of time units felt a little outside the scope of this project, though something I may yet tackle.
Would love a review for readability, test coverage, or feature suggestions!