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

Fix issues with running the program on Windows #21

Merged
merged 1 commit into from
Dec 17, 2023
Merged

Conversation

joshcol9232
Copy link
Owner

I had not tested my multithreading change on Windows, and it turns out that it breaks the program...
For more information on why, this blog here explains the differences between how Linux (my native machine) handles multithreading, compared to Windows and what is necessary in order for it to work on both: https://pythonforthelab.com/blog/differences-between-multiprocessing-windows-and-linux/

Resolves #20

@joshcol9232 joshcol9232 self-assigned this Dec 17, 2023
@joshcol9232 joshcol9232 merged commit 1825644 into main Dec 17, 2023
1 check passed
@joshcol9232 joshcol9232 deleted the fix_windows branch December 17, 2023 23:44
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.

Multithreaded broken on windows.
1 participant