Two-part pull request: the first commit fixes CI (errors witnessed in #215), the second commit makes a similar change in a few places where it’s not actually needed. I’m on the fence whether I like the second commit or not; it’s more consistent, but arguably also kinda weird.
Note that, in any case, there are still other floats we’re comparing with assertSame(), namely latitude and longitude. I don’t think those need to be changed.
What do you think? I’d say this can either be squash-merged, or the second commit can be discarded if we want to keep using assertSame() for those tests.
Two-part pull request: the first commit fixes CI (errors witnessed in #215), the second commit makes a similar change in a few places where it’s not actually needed. I’m on the fence whether I like the second commit or not; it’s more consistent, but arguably also kinda weird.
Note that, in any case, there are still other floats we’re comparing with
assertSame()
, namely latitude and longitude. I don’t think those need to be changed.What do you think? I’d say this can either be squash-merged, or the second commit can be discarded if we want to keep using
assertSame()
for those tests.