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

convert vc to float to avoid integer overflow #442

Merged
merged 2 commits into from Mar 5, 2021
Merged

convert vc to float to avoid integer overflow #442

merged 2 commits into from Mar 5, 2021

Conversation

hclimente
Copy link
Contributor

@hclimente hclimente commented Jan 18, 2021

Computing vc*vc on my graphs (200k vertices) caused an integer overflow. Changing vc's type to float solved the issue. Addresses issue #139.

@vtraag vtraag merged commit 33ab860 into igraph:dev Mar 5, 2021
github-actions bot pushed a commit that referenced this pull request Mar 5, 2021
convert vc to float to avoid integer overflow [Triggered by 33ab860]
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants