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

fix: cpd floating point comparison issue #172

Merged
merged 2 commits into from
Sep 13, 2022
Merged

fix: cpd floating point comparison issue #172

merged 2 commits into from
Sep 13, 2022

Conversation

ivandkh
Copy link
Contributor

@ivandkh ivandkh commented Sep 11, 2022

Motivation and Context

fixes #171

How has this been tested?

What testing strategies have you used?

Notice

  • I acknowledge and agree that, by checking this box and clicking "Submit Pull Request":

  • I submit this contribution under the Apache 2.0 license and represent that I am entitled to do so on behalf of myself, my employer, or relevant third parties, as applicable.

  • I certify that (a) this contribution is my original creation and / or (b) to the extent it is not my original creation, I am authorised to submit this contribution on behalf of the original creator(s) or their licensees.

  • I certify that the use of this contribution as authorised by the Apache 2.0 license does not violate the intellectual property rights of anyone else.

@oentaryorj
Copy link
Contributor

oentaryorj commented Sep 12, 2022

@ivandkh, many thanks for this PR. Can you help address the linting issue please? Looks like it is due to the ordering of import math - it should be placed right after import inspect. You may run make lint before you commit.

@oentaryorj oentaryorj self-requested a review September 12, 2022 00:18
@oentaryorj oentaryorj added the bug Something isn't working label Sep 12, 2022
Copy link
Contributor

@oentaryorj oentaryorj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@EvgeniiaVeselova EvgeniiaVeselova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@GabrielAzevedoFerreiraQB GabrielAzevedoFerreiraQB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing it, Ivan!

Makes sense to me, we can merge it :)

@GabrielAzevedoFerreiraQB GabrielAzevedoFerreiraQB merged commit c42d0e2 into mckinsey:develop Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Floating Point Comparison Issues
5 participants