-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Ts pivot hourly #2154
Ts pivot hourly #2154
Conversation
@changhiskhan do you have time to review this for 0.9.1? |
yeah, doesn't look like too many items left. I'll look at it before release. |
Tests don't pass. I'm pushing this off til the next release. |
@timmie were you able to get the tests to pass on your machine? |
When is 0.92 due?
I tried them line by line in the IPython. They worked. It was the first time I write dedicated unit tests for a module in my life. I will recheck on Monday. |
@timmie, thanks for the fast response! generally you can run the tests by doing something like When you run it in IPython your environment already has a bunch of stuff in it so that's probably why there's a discrepancy. The tests have to pass from clean slate. After you get the unit tests to pass, if you really want to make the code clean and nice, try to merge the methods in pivot and util. Your method should be called by the method in Let me know if you have any other questions. As always, we're grateful for your contributions! |
Thanks for the patient instructions.
actually this is another point were I would like to receive your feedback. I think that my version is more convenient when viewing results later in Excel. |
Please see PR 2183 instead |
Now I figured out.
Here is the PR for #2153