Skip to content

Use math.gcd instead of fractions.gcd in order to be compatible with Python 3.9#271

Open
simonhessner wants to merge 1 commit into
NVIDIA:masterfrom
simonhessner:pr/python39_fix
Open

Use math.gcd instead of fractions.gcd in order to be compatible with Python 3.9#271
simonhessner wants to merge 1 commit into
NVIDIA:masterfrom
simonhessner:pr/python39_fix

Conversation

@simonhessner

@simonhessner simonhessner commented Aug 26, 2021

Copy link
Copy Markdown

When using the current version of the repository with Python 3.9, the fractions.gcd function can't be found. This is because this function was deprecated in Version 3.5 and has been moved to the math module: https://docs.python.org/3.8/library/fractions.html#fractions.gcd

This PR fixes the problem and works well with Python 3.9.

@bertsky bertsky mentioned this pull request Mar 23, 2022
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.

1 participant