You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put the code into a function and call it if __name__ == '__main__'
This would speed up execution because for each file only one sub-process (for the .rna) is started instead of two (.rna and ribosome.py itself).
The text was updated successfully, but these errors were encountered:
Put the code into a function and call it
if __name__ == '__main__'
This would speed up execution because for each file only one sub-process (for the .rna) is started instead of two (.rna and ribosome.py itself).
The text was updated successfully, but these errors were encountered: