Skip to content

TST: Remove check_exact from assert_almost_equal #21756

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

Merged
merged 1 commit into from
Jul 6, 2018

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Jul 6, 2018

From a semantic point of view, if you're checking for approximate equality, there shouldn't be a parameter that allows you to disable the whole purpose of the function.

If you're checking for approximate equality,
there shouldn't be a parameter that allows
you to disable that functionality.
@gfyoung gfyoung added the Testing pandas testing functions or related to the test suite label Jul 6, 2018
@gfyoung gfyoung added this to the 0.24.0 milestone Jul 6, 2018
@gfyoung gfyoung requested a review from jreback July 6, 2018 06:01
@jreback jreback merged commit df3dad2 into pandas-dev:master Jul 6, 2018
@gfyoung gfyoung deleted the check-exact-remove branch July 6, 2018 16:57
@codecov
Copy link

codecov bot commented Jul 6, 2018

Codecov Report

Merging #21756 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #21756   +/-   ##
=======================================
  Coverage   91.93%   91.93%           
=======================================
  Files         159      159           
  Lines       49733    49733           
=======================================
  Hits        45721    45721           
  Misses       4012     4012
Flag Coverage Δ
#multiple 90.31% <100%> (ø) ⬆️
#single 42% <66.66%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/util/testing.py 85.33% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 04caa56...6b220bd. Read the comment docs.

Sup3rGeo pushed a commit to Sup3rGeo/pandas that referenced this pull request Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants