Open
Conversation
added 4 commits
August 23, 2019 17:56
Contributor
|
@xgdgsc Thanks, seems like tests are failing. |
Author
|
I see log like: don' t know how to fix that. |
Contributor
|
Oh yeah, that's unrelated to your changes.
…On Fri, Aug 30, 2019 at 11:37 AM xgdgsc ***@***.***> wrote:
I see log like:
The command "conda create -q -n testenv --yes python=$TRAVIS_PYTHON_VERSION ipython flake8 numpy scipy nose matplotlib pandas=$PANDAS_VERSION statsmodels seaborn" failed and exited with 1 during .
don' t know how to fix that.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#346?email_source=notifications&email_token=AAFETGERCBKAE27CLFDFE6TQHDS4RA5CNFSM4IP5XKNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5REW4A#issuecomment-526535536>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFETGHXCLAKPKJSLT6XEC3QHDS4RANCNFSM4IP5XKNA>
.
|
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
option for create* functions are return_tf which stands for return table (in dict) and figure (in list), added return_fig in plot* functions to return fig or tables, added show to allow suppress showing the plot in this mode. The create* functions should be pretty usable. The plot* functions are not fully tested by myself.
#342