Skip to content

[csvcolumn_to_scurve] Avoid division by zero. #27500

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

Conversation

nate-chandler
Copy link
Contributor

Check whether the value in the "before" column is zero (specifically, whether the file size in that column is greater than zero since filesizes are non-negative) before dividing the value in the "after" column by it.

Check whether the value in the "before" column is zero (specifically,
whether the file size in that column is greater than zero since
filesizes are non-negative) before dividing the value in the "after"
column by it.
@nate-chandler nate-chandler requested a review from gottesmm October 2, 2019 19:56
@nate-chandler
Copy link
Contributor Author

@swift-ci please smoke test and merge

@swift-ci swift-ci merged commit ef64b13 into swiftlang:master Oct 2, 2019
@nate-chandler nate-chandler deleted the scurve-avoid-zero-division branch October 2, 2019 21:16
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.

2 participants