Git Product home page Git Product logo

Comments (7)

naupaka avatar naupaka commented on July 17, 2024

Hi @orchid00 - I know it seems crazy that things which are not equal should be called equal, but I disagree with you here that we shouldn't be encouraging people to use all.equal(). It actually is best practice to not use == in non-integer comparisons, because otherwise you risk returning a non-equality when in fact there should be one, simply because of how floating point numbers are computed/stored. There's a much better explanation of the issue here on Stack Overflow.

Unless of course I misunderstood, and you were instead recommending that we change the comparison function to identical() instead of all.equal(), in which case I do agree with you, as long as there is also information in the tip that highlights the difference between exactly equal and almost equal.

I think the real key here is to point out how people can get caught up in the distinction between these different ways of testing for something that seems like it should otherwise be completely straightforward.

from r-novice-gapminder.

sritchie73 avatar sritchie73 commented on July 17, 2024

Maybe this point should be moved to a later discussion on testing your
software?

On 29 September 2015 at 02:54, Naupaka Zimmerman [email protected]
wrote:

Hi @orchid00 https://github.com/orchid00 - I know it seems crazy that
things which are not equal should be called equal, but I disagree with you
here that we shouldn't be encouraging people to use all.equal(). It
actually is best practice to not use == in non-integer comparisons,
because otherwise you risk returning a non-equality when in fact there
should be one, simply because of how floating point numbers are
computed/stored. There's a much better explanation of the issue here on
Stack Overflow
http://stackoverflow.com/questions/9508518/why-are-these-numbers-not-equal
.

Unless of course I misunderstood, and you were instead recommending that
we change the comparison function to identical() instead of all.equal(),
in which case I do agree with you, as long as there is also information in
the tip that highlights the difference between exactly equal and almost
equal.

I think the real key here is to point out how people can get caught up in
the distinction between these different ways of testing for something that
seems like it should otherwise be completely straightforward.


Reply to this email directly or view it on GitHub
#65 (comment)
.

from r-novice-gapminder.

orchid00 avatar orchid00 commented on July 17, 2024

Maybe the best thing will be to add in the tip use isTRUE(all.equal(....)) and also recommend people to read ?all.equal and ?identical

from r-novice-gapminder.

naupaka avatar naupaka commented on July 17, 2024

Hi @orchid00 - want to give improving it a shot in a PR?

from r-novice-gapminder.

gvwilson avatar gvwilson commented on July 17, 2024

@orchid00 interested in pushing this one forward?

from r-novice-gapminder.

naupaka avatar naupaka commented on July 17, 2024

If not probably should close - it has been a while.

from r-novice-gapminder.

naupaka avatar naupaka commented on July 17, 2024

Closed because of no activity in over a year

from r-novice-gapminder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.