Skip to content

Conversation

enzbus
Copy link
Collaborator

@enzbus enzbus commented Sep 3, 2024

No description provided.

@enzbus enzbus changed the title Update simulator.py Drop dependency on multiprocess Sep 3, 2024
@enzbus enzbus changed the title Drop dependency on multiprocess Drop dependency on multiprocess, may fix #177 Sep 3, 2024
@enzbus enzbus merged commit a8576f5 into master Sep 3, 2024
20 checks passed
try: # pragma: no cover
from multiprocessing import cpu_count
except ImportError:
from multiprocess import cpu_count

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you got this one backwards 😄

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Yes and in fact on second read I think we can drop multiprocess from here.

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