Skip to content
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

Bugfix future warning displayed for dictionary xdata #21

Merged
merged 16 commits into from May 27, 2018

Conversation

cmmorrow
Copy link
Owner

Fixed FutureWarning in analyze() when using a dictionary.
Moved assertWarnsCrossCompatible into it's own class.
Removed un-needed unit test args.

* Added sci_analysis_main.ipynb.
* Added the build_doc.sh script for building documentation.
* Added the m2r Sphinx extension for converting the notebook to rst.
* Removed README.rst and modified setup to use the new markdown support.
* Updated the analyze() function docstring.
…_notebooks

Feature migrate documentation to notebooks
Updated docs.
Created the TestWarnings class that extends unittest.TestCase for easier unit testing.
Removed manual gmean and gmedian setting from test_graph_boxplots.py since that's no longer used.
Test for warnings in test_graph_boxplots.py.
Added the assertNotWarnsCorssCompatible function for unit tests.
Improved assertWarnsCrossCompatible by allowing multiple messages to be caught.
Vector() will now raise a ValueError if passing in a DataFrame.
Reset the index in the Graph_Boxplot data to fix a bug regarding the data index for violinplot's dataset arg.
Fixed an issue with assertWarnsCrossCompatible().
Updated unit tests.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.0007%) to 97.55% when pulling 0503766 on BUGFIX-Future_warning_displayed_for_dictionary_xdata into 1123f52 on master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage increased (+0.0007%) to 97.55% when pulling 0503766 on BUGFIX-Future_warning_displayed_for_dictionary_xdata into 1123f52 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0007%) to 97.55% when pulling 0503766 on BUGFIX-Future_warning_displayed_for_dictionary_xdata into 1123f52 on master.

@cmmorrow cmmorrow merged commit ec7600e into master May 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants