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

Fixes issues running XFuse on MacOX #51

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

czarnewski
Copy link

Briefly:

  • fixes import matplotlib to import matplotlib.pyplot as plt in xfuse/messengers/stats/stats_handler.py
  • Fixes issue defining functions inside functions in xfuse/data/utility/misc.py
  • Fixes thread count on MacOS by replacing len(os.sched_getaffinity(0)) to multiprocessing.cpu_count() in xfuse/run.py

@ludvb ludvb mentioned this pull request Oct 10, 2022
@archieenninful
Copy link

thanks! that solved the issue.

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