-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Updated docs to reflect time series additions #238
Conversation
Codecov Report
@@ Coverage Diff @@
## master #238 +/- ##
=======================================
Coverage 61.82% 61.82%
=======================================
Files 24 24
Lines 2038 2038
=======================================
Hits 1260 1260
Misses 778 778 Continue to review full report at Codecov.
|
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.
Solid! There are a couple of minor things to fix.
7c0467d
to
4f72666
Compare
There were two links in The most recent tests are failing because the link for Python |
4f72666
to
95752aa
Compare
@ojustino We can ignore the failures related to the |
A copy/paste-o had us calling `set_current_time()`, and the crosslink markup was missing backticks. Also remove some parentheses.
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.
Noticed one more copy/paste-o that I fixed directly. I think this is good now.
I documented the additions I made in #187 -- time series capabilities in
TableLayer
s andwwt.get_current_time()
.