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

release checklist step to compile all python code #1436

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

javierggt
Copy link
Contributor

This PR adds one step to the release checklist. After conda update we have to remember to run python -m compileall

@jeanconn
Copy link
Contributor

This looks like a great idea to solve the pyc issue. I also noticed some nbc files when I was looking for not-SOT-owned files on Monday. Is there something for numba?

@javierggt
Copy link
Contributor Author

I don't think there is. One would have to know the types of the arguments, and that is known at run time.

There might be a way to specify these types in the code, but as it is, I think the only way is to actually run the code.

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