Skip to content

Conversation

tomjhou
Copy link

@tomjhou tomjhou commented Jun 28, 2025

Description

Two of the demos don't run because they spawn worker processes that re-import the main code, throwing errors and/or creating an infinite regress of additional processes. I fixed it it by adding the following check before running main():

if __name__ == "__main__":
    main()

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Has your PR been tested?

Yes the fix has been tested. Thank you for your consideration.

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