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 incorrect slope on scatter plot #24

Merged
merged 13 commits into from
Jul 17, 2018

Conversation

cmmorrow
Copy link
Owner

Bug fix for incorrect best line fit when there's a negative correlation on a scatter plot.

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.
…for_dictionary_xdata

Bugfix future warning displayed for dictionary xdata
@cmmorrow cmmorrow changed the base branch from master to stable July 17, 2018 21:04
@coveralls
Copy link

coveralls commented Jul 17, 2018

Coverage Status

Coverage increased (+0.009%) to 97.558% when pulling 775b877 on BUGFIX-Incorrect_slope_on_scatter_plot into 4cc03a6 on stable.

@cmmorrow cmmorrow merged commit 653c297 into stable Jul 17, 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