Skip to content

Fix Panda scons pow() usage#6

Open
DavidWAbrahams wants to merge 1 commit into
BogGyver:tesla_unified_alphafrom
DavidWAbrahams:patch-2
Open

Fix Panda scons pow() usage#6
DavidWAbrahams wants to merge 1 commit into
BogGyver:tesla_unified_alphafrom
DavidWAbrahams:patch-2

Conversation

@DavidWAbrahams
Copy link
Copy Markdown
Contributor

This is a temporary fix. Comma must be doing an official fix later, or be upgrading to python 3.8?

pow() doesn't accept this usage in python 3.7
https://docs.python.org/3/library/functions.html#pow

Replacing with usage from https://stackoverflow.com/a/9758173/13188487

This is a temporary fix. Comma must be doing an official fix later, or be upgrading to python 3.8?

pow() doesn't accept this usage in python 3.7
https://docs.python.org/3/library/functions.html#pow

Replacing with usage from https://stackoverflow.com/a/9758173/13188487
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