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

Migrate to python 3 #62

Closed
jmarcosfer opened this issue Aug 16, 2021 · 0 comments · Fixed by #133
Closed

Migrate to python 3 #62

jmarcosfer opened this issue Aug 16, 2021 · 0 comments · Fixed by #133
Labels
builds enhancement New feature or request

Comments

@jmarcosfer
Copy link
Collaborator

Modify scripts in /src/python to use Python 3 instead of Python 2.

This mainly involves changing old string formatting style, for example:

return "const %s %s=std::vector<float>%s" % (map_types_to_cpp(param_dict['type'])

...to using the .format() string method or f-strings.

@jmarcosfer jmarcosfer added builds enhancement New feature or request labels Aug 16, 2021
@jmarcosfer jmarcosfer linked a pull request Jan 7, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this to On Review in 1.0 Roadmap Aug 27, 2024
@github-project-automation github-project-automation bot moved this from On Review to Done in 1.0 Roadmap Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builds enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant